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'