Skip to content

Commit 8c7521d

Browse files
committed
[Close stale PRs] Skip RFCs and "Waiting on Review"
Pull requests with the "Waiting on Author" label should still not be closed if they have the RFC label as closing them requires manual action. Also avoid closing "Waiting on Review".
1 parent b48fe14 commit 8c7521d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/close-stale-prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
with:
1313
days-before-close: 7
1414
days-before-stale: 60
15+
exempt-pr-labels: RFC,Waiting on Review
1516
# Temporary, avoid closing PRs until this action merged
1617
debug-only: true
1718
# Hack to skip issues, unfortunately there's no option to disable issues

0 commit comments

Comments
 (0)