Skip to content

Commit 24a30ac

Browse files
authored
Fix stale workflow (#2311)
1 parent 42d5737 commit 24a30ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@ jobs:
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.
42+
days-before-pr-stale: -1
43+
days-before-pr-close: -1
4244
only-labels: "enhancement"
4345

4446
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
4547
with:
48+
days-before-issue-stale: -1
49+
days-before-issue-close: -1
4650
days-before-pr-stale: 90
4751
days-before-pr-close: 14
4852
stale-pr-label: stale

0 commit comments

Comments
 (0)