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 03270f8 commit 621ba43Copy full SHA for 621ba43
.github/workflows/stale.yml
@@ -22,7 +22,14 @@ jobs:
22
This issue has been automatically marked as stale because it has not had
23
recent activity. It will be closed if no further activity occurs. Thank you
24
for your contributions.
25
- close-issue-message: >
26
- This issue has been automatically closed due to inactivity.
+ close-issue-message: false
27
days-before-stale: 360
28
- days-before-close: 28
+ days-before-close: 28
+ # Issues with these labels will never be considered stale
29
+ exempt-issue-labels:
30
+ - suggestion
31
+ - bug
32
+ - improvement
33
+ - upstream issue
34
+ - wontfix
35
+ - to investigate
0 commit comments