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 036b598 commit 25b3d2bCopy full SHA for 25b3d2b
.github/stale.yml
@@ -5,12 +5,10 @@ daysUntilStale: 120
5
6
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7
daysUntilClose: 21
8
-
9
-# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
10
-exemptLabels:
11
- - no-stalebot
12
- - enhancement
13
- - work in progress
+
+# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
+onlyLabels:
+ - 'Waiting for Response'
14
15
# Set to true to ignore issues with an assignee (defaults to false)
16
exemptAssignees: true
0 commit comments