Skip to content

Commit

Permalink
Merge pull request #11921 from miri64/github/enh/stale-bot
Browse files Browse the repository at this point in the history
github: add configuration for stale-bot
  • Loading branch information
kaspar030 committed Aug 9, 2019
2 parents c12bd5e + 7a845be commit 7f857ca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Number of days of inactivity before an issue becomes stale (185 days > 1/2 year)
daysUntilStale: 185
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 31
# Issues with these labels will never be considered stale
exemptLabels:
- "Area: security"
- "State: demonstrator"
- "State: don't stale"
- "Type: tracking"
# Label to use when marking an issue as stale
staleLabel: "State: stale"
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs.
If you want me to ignore this issue, please mark it with the
"State: don't stale" label. Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false

0 comments on commit 7f857ca

Please sign in to comment.