forked from apache/beam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstale.yml
30 lines (26 loc) · 1.09 KB
/
stale.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Configuration for probot-stale - https://github.com/probot/stale
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- pinned
- security
# Limit to only `issues` or `pulls`
only: pulls
# Label applied when closing
staleLabel: stale
# Configuration settings that are specific to just 'issues' or 'pulls':
pulls:
daysUntilStale: 60
daysUntilClose: 7
markComment: >
This pull request has been marked as stale due to 60 days of inactivity.
It will be closed in 1 week if no further activity occurs. If you think
that’s incorrect or this pull request requires a review, please simply
write any comment. If closed, you can revive the PR at any time and @mention
a reviewer or discuss it on the [email protected] list.
Thank you for your contributions.
unmarkComment: >
This pull request is no longer marked as stale.
closeComment: >
This pull request has been closed due to lack of activity. If you think that
is incorrect, or the pull request requires review, you can revive the PR at
any time.