1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00

Less aggressive stale bot config (#2542)

https://github.com/probot/stale
This commit is contained in:
Alexandre ZANNI 2022-03-19 23:12:12 +01:00 committed by GitHub
parent 11c8c21738
commit 604d6b2f15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.github/stale.yml vendored
View file

@ -1,13 +1,13 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
daysUntilClose: 30
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: wontfix
staleLabel: 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
@ -15,3 +15,7 @@ markComment: >
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
# Ignore issues in a milestone
exemptMilestones: true
# Ignore issues with an assignee
exemptAssignees: true