Skip to content

Commit 0a48c4e

Browse files
authored
Remove skip-ci token from bot commit message (#720)
The skip-ci token suppresses CI on the push-action/** temp branch that push-protected creates, so GitHub finds 0 status check runs and immediately tries to merge — which then fails with "7 of 7 required status checks are expected".
1 parent 03e2734 commit 0a48c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: steps.update_version_step.outputs.continue_workflow == 'true'
7171
run: |
7272
git add app/__init__.py CHANGELOG.md
73-
git commit -m "[bot] Update version and CHANGELOG [skip ci]"
73+
git commit -m "[bot] Update version and CHANGELOG"
7474
7575
- name: Update '${{ env.DEFAULT_REPO_BRANCH }}'
7676
if: steps.update_version_step.outputs.continue_workflow == 'true'

0 commit comments

Comments
 (0)