Skip to content

Commit

Permalink
Change label used to keep issues from being marked as stale to keepal…
Browse files Browse the repository at this point in the history
…ive (#965)

The label used previously, important, implied precedence rather than
just a desire to keep an issue alive.
  • Loading branch information
rfratto committed Sep 3, 2019
1 parent 2f231a5 commit b27f7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ daysUntilClose: 7

# Labels that prevent issues from being marked as stale
exemptLabels:
- important
- keepalive

# Label to use to identify a stale issue
staleLabel: stale
Expand Down

0 comments on commit b27f7b9

Please sign in to comment.