We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec22a76 commit 447234bCopy full SHA for 447234b
.github/stale.yml
@@ -0,0 +1,17 @@
1
+only: issues
2
+daysUntilStale: 30
3
+daysUntilClose: 7
4
+exemptLabels:
5
+ - bug
6
+ - documentation
7
+ - enhancement
8
+ - feature-request
9
+ - RFC
10
+staleLabel: pending-close-response-required
11
+markComment: >
12
+ This issue has been automatically marked as stale because it has not had
13
+ recent activity. It will be closed if no further activity occurs. Thank you
14
+ for your contributions.
15
+closeComment: >
16
+ This issue has been automatically closed because of inactivity.
17
+ Please open a new issue if you are still encountering problems.
0 commit comments