Skip to content

Commit e1549ee

Browse files
authored
Fix stale automation (#2320)
1 parent 222e4d0 commit e1549ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/issue-management-stale-action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
days-before-pr-stale: -1
4343
days-before-pr-close: -1
4444
only-labels: "enhancement"
45-
exempt-issue-labels: "stale" # so that it won't close issues labeled as stale by "needs author feedback"
45+
# "stale" exemption: so that it won't close issues labeled as stale by "needs author feedback"
46+
# "needs author feedback" exemption: so that it won't remove the stale label added by the first action
47+
exempt-issue-labels: "stale,needs author feedback"
4648

4749
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
4850
with:

0 commit comments

Comments
 (0)