fix: remove [skip ci] from commit message to allow CI checks on PRs

This commit is contained in:
GitHub Actions
2026-01-11 04:14:47 +00:00
parent 3b68d5e5f8
commit 2fa77b1838
2 changed files with 274 additions and 3 deletions

View File

@@ -343,7 +343,9 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add docs/issues/
git diff --staged --quiet || git commit -m "chore: move processed issue files to created/ [skip ci]"
# Removed [skip ci] to allow CI checks to run on PRs
# Infinite loop protection: path filter excludes docs/issues/created/** AND github.actor guard prevents bot loops
git diff --staged --quiet || git commit -m "chore: move processed issue files to created/"
git push
- name: Summary