mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
ci(vim-patches): add N/A tokens to version.c commit #36524
This commit is contained in:
5
.github/workflows/vim_patches.yml
vendored
5
.github/workflows/vim_patches.yml
vendored
@@ -50,6 +50,9 @@ jobs:
|
||||
if: ${{ steps.update-version.outputs.NEW_PATCHES != 0 }}
|
||||
run: |
|
||||
git add -u
|
||||
git commit -m 'docs: update version.c'
|
||||
TMP_FILE=$(mktemp)
|
||||
printf 'docs: update version.c\n\n' > ${TMP_FILE}
|
||||
bash scripts/vim-patch.sh -n >> ${TMP_FILE}
|
||||
git commit -F ${TMP_FILE}
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user