Skip to content

Commit 32ebc70

Browse files
authored
Update exempt labels for stale bot configuration
Adds triaged and backlog to the list of exempt labels.
1 parent 5953b47 commit 32ebc70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale_bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
days-before-stale: 45
2323
stale-issue-message: This issue has not had any comment or update in the last month. If it is still relevant, please post update comments. If no comments are made, this issue will be closed automagically in 7 days.
2424
close-issue-message: This issue has not had any comment since the last notice. It has been closed automatically. If this is incorrect, or the issue becomes relevant again, please request that it is reopened.
25-
exempt-issue-labels: pinned,3.0
26-
exempt-pr-labels: pinned,3.0
25+
exempt-issue-labels: pinned,3.0,triaged,backlog
26+
exempt-pr-labels: pinned,3.0,triaged,backlog

0 commit comments

Comments
 (0)