forked from microsoft/fast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstale.yml
52 lines (40 loc) · 1.87 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
pulls:
# Number of days of inactivity before an issue or pull request becomes stale.
daysUntilStale: 14
# Number of days of inactivity before a stale issue or pull request is closed.
# Set to false to disable. If disabled, issues still need to be closed manually but remain marked as stale.
daysUntilClose: 7
# Comment to post when marking as stale. Set to `false` to disable.
markComment: >
This pull request has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Limit the number of actions per hour, from 1-30. The default is 30.
limitPerRun: 5
# Label to use when marking a pull request as stale.
staleLabel: "warning:stale"
# Comment to post when removing the stale label.
# unmarkComment: >
# Your comment here.
# Comment to post when closing a stale issue or pull request.
# closeComment: >
# Your comment here.
issues:
# Number of days of inactivity before an issue or pull request becomes stale.
daysUntilStale: 90
# Number of days of inactivity before a stale issue or pull request is closed.
# Set to false to disable. If disabled, issues still need to be closed manually but remain marked as stale.
daysUntilClose: false
# Comment to post when marking as stale. Set to `false` to disable.
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Issues or pull requests with these labels will never be considered stale. Set to `[]` to disable.
exemptLabels:
- "issue : task"
- "feature request"
# Label to use when marking as stale.
staleLabel: "warning:stale"
# Limit the number of actions per hour, from 1-30. The default is 30.
limitPerRun: 25