Add probot-stale configuration. (#12091)

master
Mike McQuaid 2017-04-05 09:15:38 +01:00 committed by GitHub
parent 4f02076bff
commit 0e8c113400
1 changed files with 17 additions and 0 deletions

17
.github/stale.yml vendored Normal file
View File

@ -0,0 +1,17 @@
# Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 21
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 7
# Issues or Pull Requests with these labels will never be considered stale
exemptLabels:
- gsoc-outreachy
- help wanted
- in progress
# Label to use when marking as stale
staleLabel: stale
# Comment to post when marking 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.