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.
2 parents 9cb53dd + d379767 commit 48ecddaCopy full SHA for 48ecdda
.github/stale.yml
@@ -2,6 +2,8 @@
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
0 commit comments