UNPKG

1.04 kBYAMLView Raw
1# Configuration for probot-stale - https://github.com/probot/stale
2
3# Number of days of inactivity before an Issue or Pull Request becomes stale
4daysUntilStale: 90
5# Number of days of inactivity before a stale Issue or Pull Request is closed
6daysUntilClose: 7
7# Issues or Pull Requests with these labels will never be considered stale
8exemptLabels:
9 - pinned
10 - security
11# Label to use when marking as stale
12staleLabel: stale
13# Comment to post when marking as stale. Set to `false` to disable
14markComment: >
15 This issue has been automatically marked as stale because it has [not had
16 recent activity](https://github.com/github/hubot/blob/master/CONTRIBUTING.md#stale-issue-and-pull-request-policy).
17 It will be closed if no further activity occurs. Thank you for your contributions.
18# Comment to post when removing the stale label. Set to `false` to disable
19unmarkComment: false
20# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable
21closeComment: false
22# Limit to only `issues` or `pulls`
23# only: issues