We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8102755 commit c091debCopy full SHA for c091deb
.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