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

23 lines
805 B
YAML
Raw Normal View History

2021-07-17 15:01:26 -04:00
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 90
2021-07-17 15:01:26 -04:00
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 30
2021-07-17 15:01:26 -04:00
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
2022-07-18 13:42:19 -04:00
- notstale
2021-07-17 15:01:26 -04:00
# Label to use when marking an issue as stale
staleLabel: stale
2021-07-17 15:01:26 -04:00
# 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. Thank you
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