ci: open a PR for contributor updates instead of pushing to main (#625)

The shared app is not in the main ruleset's bypass list, so its direct push is rejected; the skip-ci marker has to go too, or the generated PR's required checks never report and it can never merge.

Claude-Session: https://claude.ai/code/session_011GzPywfeNAx2BVA2M6RnuH
This commit is contained in:
Roger
2026-08-02 20:39:17 +08:00
committed by GitHub
parent 15dc56e3aa
commit 168312f15f
+3 -2
View File
@@ -34,5 +34,6 @@ jobs:
image_size: 100
columns_per_row: 6
readme_path: README.md
auto_detect_branch_protection: false
commit_message: 'chore: update contributors list [skip ci]'
auto_detect_branch_protection: true
commit_message: 'chore: update contributors list'
pr_title_on_protected: 'chore: update contributors list'