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