Skip to content

Commit

Permalink
Merge pull request #2135 from asbjornu/feature/stalebot-bug
Browse files Browse the repository at this point in the history
Don't mark bugs as stale
  • Loading branch information
asbjornu authored Feb 25, 2020
2 parents bbaf92c + 0fc4aea commit 4ade32f
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
Expand Up @@ -6,6 +6,7 @@ daysUntilClose: 30
exemptLabels:
- pinned
- security
- bug
# 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 All @@ -14,4 +15,4 @@ markComment: >
recent activity. After 30 days from now, it will be closed if no further
activity occurs. Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
closeComment: false

0 comments on commit 4ade32f

Please sign in to comment.