ANGkeith
ANGkeith
I have the following use-case, - bump-version - run some commands (such as generate docs) - git add; git commit; git push Any recommendation on how i can achieve this...
hi, sorry i am new to golang, can someone teach me how i can enable --headless here?
Implements https://docs.gitlab.com/ee/administration/settings/continuous_integration.html#maximum-includes Breaking changes: - refer to the `include-local-wildcard` test case.
- fixes #12
 Hi, thanks for the plugin. I would like to check, is there any rational for the trimSpaces? Can we remove it ? https://github.com/elsesiy/kubectl-view-secret/blob/v0.12.0/pkg/cmd/view-secret.go#L178
 resolves #1358 resolves #1357
fixes #1374
resolves #1067 with this implementation, we should be able to prevent gcl's `stateDir` from polluting the repo with ```bash export GCL_STATE_DIR=$XDG_STATE_HOME/gitlab-ci-local ``` #### Breaking changes - `--home` now only supports...
## Description ```lua # minimal.lua vim.g.mapleader = " " vim.env.LAZY_STDPATH = ".repro" load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))() require("lazy.minit").repro({ spec = { { "folke/which-key.nvim", opts = {} }, -- add any other plugins...