1 # Configuration for probot-stale - https://github.com/probot/stale
3 # Number of days of inactivity before an Issue or Pull Request becomes stale
6 # Number of days of inactivity before a stale Issue or Pull Request is closed.
7 # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
10 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
16 # Set to true to ignore issues in a project (defaults to false)
19 # Set to true to ignore issues in a milestone (defaults to false)
20 exemptMilestones: true
22 # Label to use when marking as stale
25 # Comment to post when marking as stale. Set to `false` to disable
27 This issue / pull request has been automatically marked as stale because it
28 has not had recent activity. It will be closed if no further activity occurs
31 # Comment to post when removing the stale label.
35 # Comment to post when closing a stale Issue or Pull Request.
37 Automatically closing as inactive.
39 # Limit the number of actions per hour, from 1-30. Default is 30
42 # Limit to only `issues` or `pulls`
45 # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
49 # This pull request has been automatically marked as stale because it has not had
50 # recent activity. It will be closed if no further activity occurs. Thank you
51 # for your contributions.