Merge pull request #9763 from mxpv/stale

Treat PRs that require rebase > 90 days as stale
This commit is contained in:
Fu Wei 2024-02-06 03:36:54 +00:00 committed by GitHub
commit e5a8e6ebcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
# Idle number of days before closing stale issues/PRs
days-before-close: 7
# Only issues/PRs with ANY of these labels are checked
any-of-labels: 'status/more-info-needed,status/needs-update'
any-of-labels: 'status/more-info-needed,status/needs-update,needs-rebase'
# Comment on the staled issues
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. This issue will be closed in 7 days unless new comments are made or the stale label is removed.'
# Comment on the staled PRs