File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,16 @@ jobs:
3333
3434 - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
3535 with :
36- days-before-stale : -1
37- days-before-close : 365
36+ days-before-stale : 365
37+ days-before-close : 0
3838 close-issue-label : stale
3939 close-issue-message : >
4040 Since there has been no activity on this enhancement for the past year we are closing it to help maintain our backlog.
4141 Anyone who would like to work on it is still welcome to do so, and we can re-open it at that time.
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"
4546
4647 - uses : actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
4748 with :
You can’t perform that action at this time.
0 commit comments