Skip to content

Commit

Permalink
chore(bot): stale keepalive (#104)
Browse files Browse the repository at this point in the history
adds keepalive label to the stale bot. Furthermore reduces the stale limit to 30 days
  • Loading branch information
sh0rez authored Oct 31, 2019
1 parent 8018870 commit c15cfad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
- keepalive
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
Expand Down

0 comments on commit c15cfad

Please sign in to comment.