Skip to content

Commit 72950c0

Browse files
committed
Treat PRs that require rebase > 90 days as stale
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent f5e7fe0 commit 72950c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Idle number of days before closing stale issues/PRs
2323
days-before-close: 7
2424
# Only issues/PRs with ANY of these labels are checked
25-
any-of-labels: 'status/more-info-needed,status/needs-update'
25+
any-of-labels: 'status/more-info-needed,status/needs-update,needs-rebase'
2626
# Comment on the staled issues
2727
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.'
2828
# Comment on the staled PRs

0 commit comments

Comments
 (0)