Skip to content

Commit dc6470f

Browse files
authored
More stale bot refinement (#2312)
1 parent 4b3afb6 commit dc6470f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)