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 58e9611 commit c4e3739Copy full SHA for c4e3739
.github/workflows/issue-management-stale-action.yml
@@ -45,9 +45,9 @@ jobs:
45
exempt-issue-labels: "needs author feedback"
46
days-before-pr-stale: -1
47
days-before-pr-close: -1
48
- days-before-stale: 365
49
- days-before-close: 0
50
- close-issue-label: stale
+ days-before-issue-stale: 365
+ days-before-issue-close: 0
+ stale-issue-label: stale
51
close-issue-message: >
52
Since there has been no activity on this enhancement for the past year we are closing it to help maintain our backlog.
53
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