We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222e4d0 commit e1549eeCopy full SHA for e1549ee
.github/workflows/issue-management-stale-action.yml
@@ -42,7 +42,9 @@ jobs:
42
days-before-pr-stale: -1
43
days-before-pr-close: -1
44
only-labels: "enhancement"
45
- exempt-issue-labels: "stale" # so that it won't close issues labeled as stale by "needs author feedback"
+ # "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"
48
49
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
50
with:
0 commit comments