From 168312f15f86d538b37717934ac1d3f4901938aa Mon Sep 17 00:00:00 2001 From: Roger Date: Sun, 2 Aug 2026 20:39:17 +0800 Subject: [PATCH] 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 --- .github/workflows/contributors.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index a996bc0..e29e072 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -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'