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:
parent
11c8c21738
commit
604d6b2f15
1 changed files with 7 additions and 3 deletions
10
.github/stale.yml
vendored
10
.github/stale.yml
vendored
|
@ -1,13 +1,13 @@
|
||||||
# Number of days of inactivity before an issue becomes stale
|
# 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
|
# Number of days of inactivity before a stale issue is closed
|
||||||
daysUntilClose: 7
|
daysUntilClose: 30
|
||||||
# Issues with these labels will never be considered stale
|
# Issues with these labels will never be considered stale
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
- pinned
|
- pinned
|
||||||
- security
|
- security
|
||||||
# Label to use when marking an issue as stale
|
# 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
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
markComment: >
|
markComment: >
|
||||||
This issue has been automatically marked as stale because it has not had
|
This issue has been automatically marked as stale because it has not had
|
||||||
|
@ -15,3 +15,7 @@ markComment: >
|
||||||
for your contributions.
|
for your contributions.
|
||||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||||
closeComment: false
|
closeComment: false
|
||||||
|
# Ignore issues in a milestone
|
||||||
|
exemptMilestones: true
|
||||||
|
# Ignore issues with an assignee
|
||||||
|
exemptAssignees: true
|
||||||
|
|
Loading…
Reference in a new issue