Skip to content

Commit dae77a7

Browse files
authored
Fix another stale action issue (#14914)
1 parent f54a4a9 commit dae77a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
exempt-issue-labels: "needs author feedback"
4848
days-before-pr-stale: -1
4949
days-before-pr-close: -1
50-
days-before-stale: 365
51-
days-before-close: 0
52-
close-issue-label: stale
50+
days-before-issue-stale: 365
51+
days-before-issue-close: 0
52+
stale-issue-label: stale
5353
close-issue-message: >
5454
Since there has been no activity on this enhancement for the past year we are closing it to help maintain our backlog.
5555
Anyone who would like to work on it is still welcome to do so, and we can re-open it at that time.

0 commit comments

Comments
 (0)