Merge pull request #17969 from Homebrew/sync-shared-config

Synchronize shared configuration
This commit is contained in:
Ruoyu Zhong 2024-08-06 09:46:34 +08:00 committed by GitHub
commit f66c90d74e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,6 +45,7 @@ jobs:
recent activity. It will be closed if no further activity occurs. recent activity. It will be closed if no further activity occurs.
exempt-issue-labels: "gsoc-outreachy,help wanted,in progress" exempt-issue-labels: "gsoc-outreachy,help wanted,in progress"
exempt-pr-labels: "gsoc-outreachy,help wanted,in progress" exempt-pr-labels: "gsoc-outreachy,help wanted,in progress"
delete-branch: true
bump-pr-stale: bump-pr-stale:
if: > if: >
@ -68,3 +69,4 @@ jobs:
pull request open, add a `help wanted` or `in progress` label. pull request open, add a `help wanted` or `in progress` label.
exempt-pr-labels: "help wanted,in progress" exempt-pr-labels: "help wanted,in progress"
any-of-labels: "bump-formula-pr,bump-cask-pr" any-of-labels: "bump-formula-pr,bump-cask-pr"
delete-branch: true