Skip to content

Commit c4e3739

Browse files
authored
Fix stale action (#2337)
1 parent 58e9611 commit c4e3739

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
@@ -45,9 +45,9 @@ jobs:
4545
exempt-issue-labels: "needs author feedback"
4646
days-before-pr-stale: -1
4747
days-before-pr-close: -1
48-
days-before-stale: 365
49-
days-before-close: 0
50-
close-issue-label: stale
48+
days-before-issue-stale: 365
49+
days-before-issue-close: 0
50+
stale-issue-label: stale
5151
close-issue-message: >
5252
Since there has been no activity on this enhancement for the past year we are closing it to help maintain our backlog.
5353
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)