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 62b02e2 commit cc604fbCopy full SHA for cc604fb
.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