Skip to content

Commit 25b3d2b

Browse files
Only mark stale if waiting for response (#474)
1 parent 036b598 commit 25b3d2b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/stale.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ daysUntilStale: 120
55

66
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
77
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
8+
9+
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
10+
onlyLabels:
11+
- 'Waiting for Response'
1412

1513
# Set to true to ignore issues with an assignee (defaults to false)
1614
exemptAssignees: true

0 commit comments

Comments
 (0)