Skip to content

Commit d035038

Browse files
authored
Update stale_issue.yml (#2880)
Add the auto label exemption label for PRs so they are not closed by the bot.
1 parent c2ab7e7 commit d035038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
stale-issue-label: closing-soon
2323
exempt-issue-label: auto-label-exempt
2424
stale-pr-label: closing-soon
25-
exempt-pr-label: pr/needs-review
25+
exempt-pr-label: pr/needs-review,auto-label-exempt
2626
response-requested-label: response-requested
2727

2828
# Don't set closed-for-staleness label to skip closing very old issues

0 commit comments

Comments
 (0)