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 5bf32b5 commit 419b0cbCopy full SHA for 419b0cb
.github/workflows/stale.yml
@@ -0,0 +1,13 @@
1
+daysUntilStale: 180
2
+daysUntilClose: 28
3
+exemptLabels:
4
+ - keep-open
5
+# Label to use when marking an issue as stale
6
+staleLabel: stale
7
+# Comment to post when marking an issue as stale. Set to `false` to disable
8
+markComment: >
9
+ This issue has been automatically marked as stale because it has not had
10
+ recent activity. It will be closed after 4 weeks if no further activity occurs. Thank you
11
+ for your contributions.
12
+# Comment to post when closing a stale issue. Set to `false` to disable
13
+closeComment: false
0 commit comments