2018-06-21 04:58:44 +00:00
|
|
|
# Configuration for probot-stale - https://github.com/probot/stale
|
|
|
|
|
2021-12-10 09:12:38 +00:00
|
|
|
# Label to use when marking as stale
|
|
|
|
staleLabel: inactive
|
2018-06-21 04:58:44 +00:00
|
|
|
|
2021-12-10 09:12:38 +00:00
|
|
|
# Limit the number of actions per hour, from 1-30. Default is 30
|
|
|
|
limitPerRun: 10
|
2018-06-21 04:58:44 +00:00
|
|
|
|
|
|
|
# Set to true to ignore issues in a project (defaults to false)
|
2021-12-10 09:12:38 +00:00
|
|
|
exemptProjects: true
|
2018-06-21 04:58:44 +00:00
|
|
|
|
|
|
|
# Set to true to ignore issues in a milestone (defaults to false)
|
|
|
|
exemptMilestones: true
|
|
|
|
|
2021-12-10 09:12:38 +00:00
|
|
|
pulls:
|
|
|
|
daysUntilStale: 15
|
|
|
|
daysUntilClose: 3
|
|
|
|
exemptLabels:
|
|
|
|
- hotfix
|
|
|
|
markComment: >
|
|
|
|
This pull request has been automatically marked as inactive because it has
|
|
|
|
not had recent activity. It will be closed within 3 days if no further
|
|
|
|
activity occurs, but it only takes a comment to keep a contribution alive
|
|
|
|
:) Also, even if it is closed, you can always reopen the PR when you're
|
|
|
|
ready. Thank you for contributing.
|
2022-06-07 04:34:35 +00:00
|
|
|
|
|
|
|
only: pulls
|