We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 249c4f0 commit 447536dCopy full SHA for 447536d
.github/workflows/close_inactive_issues.yml
@@ -15,7 +15,7 @@ jobs:
15
days-before-issue-stale: 30
16
days-before-issue-close: 14
17
stale-issue-label: "stale"
18
- exempt-issue-labels: "low priority, help wanted"
+ exempt-issue-labels: "low priority, help wanted, planned"
19
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
20
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
21
days-before-pr-stale: -1
0 commit comments