neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit dafd944a465c576a86cfa34cc7f7a5e18a39b8e7
parent 8ddcf9d9390000c05bb817f70a1cbe36f2145d81
Author: dundargoc <gocdundar@gmail.com>
Date:   Wed, 17 Jul 2024 12:38:34 +0200

ci: remove "skip ci" tag

We can't skip CI runs as there are required checks that needs to always
be run.

Diffstat:
M.github/workflows/vim_patches.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/vim_patches.yml b/.github/workflows/vim_patches.yml @@ -50,6 +50,6 @@ jobs: if: ${{ steps.update-version.outputs.NEW_PATCHES != 0 }} run: | git add -u - git commit -m 'docs: update version.c [skip ci]' + git commit -m 'docs: update version.c' git push --force https://${GITHUB_ACTOR}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY} ${VERSION_BRANCH} gh pr create --draft --fill --label vim-patch --base ${GITHUB_REF#refs/heads/} --head ${VERSION_BRANCH} || true