Skip to content

Commit ab6f846

Browse files
authored
Merge pull request select2#5765 from select2/stale-exempt-labels
Accessibility issues and confirmed bugs should never go stale
2 parents 51be56a + 4165cf1 commit ab6f846

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/stale.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
daysUntilStale: 60
33
# Number of days of inactivity before a stale issue is closed
44
daysUntilClose: 7
5+
# List of labels that will prevent an issue from going stale
6+
exemptLabels:
7+
- "confirmed bug"
8+
- "accessibility"
59
# Issues with these labels will never be considered stale
610
# Label to use when marking an issue as stale
711
staleLabel: "status: stale"

0 commit comments

Comments
 (0)