We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d5737 commit 24a30acCopy full SHA for 24a30ac
.github/workflows/issue-management-stale-action.yml
@@ -39,10 +39,14 @@ jobs:
39
close-issue-message: >
40
Since there has been no activity on this enhancement for the past year we are closing it to help maintain our backlog.
41
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
44
only-labels: "enhancement"
45
46
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
47
with:
48
+ days-before-issue-stale: -1
49
+ days-before-issue-close: -1
50
days-before-pr-stale: 90
51
days-before-pr-close: 14
52
stale-pr-label: stale
0 commit comments