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 78bf4c6 commit e2d9355Copy full SHA for e2d9355
.github/stale.yml
@@ -2,11 +2,13 @@
2
daysUntilStale: 14
3
# Number of days of inactivity before a stale issue is closed
4
daysUntilClose: 5
5
+# Only apply the stale logic to pulls, since we are using issues to manage work
6
+only: pulls
7
# Label to apply when stale.
8
staleLabel: stale
9
# Comment to post when marking an issue as stale. Set to `false` to disable
10
markComment: >
11
This issue has been automatically marked as stale because it has not had
12
recent activity. It will be closed if no activity occurs in the next 5 days.
13
# Comment to post when closing a stale issue. Set to `false` to disable
-closeComment: false
14
+closeComment: false
0 commit comments