brotherton-erpnext/.github/stale.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
839 B
YAML
Raw Normal View History

2018-06-21 04:58:44 +00:00
# Configuration for probot-stale - https://github.com/probot/stale
# Label to use when marking as stale
staleLabel: inactive
2018-06-21 04:58:44 +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)
exemptProjects: true
2018-06-21 04:58:44 +00:00
# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: true
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.
only: pulls