File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration for probot-stale - https://github.com/probot/stale
2
2
3
3
# Number of days of inactivity before an Issue or Pull Request becomes stale
4
- daysUntilStale : 76
4
+ daysUntilStale : 152
5
5
6
6
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
7
7
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
8
- daysUntilClose : 14
8
+ daysUntilClose : 28
9
9
10
10
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
11
11
onlyLabels : []
@@ -15,6 +15,8 @@ exemptLabels:
15
15
- " Priority: P0"
16
16
- " Priority: P1"
17
17
- " Priority: P2"
18
+ - " Severity: S0"
19
+ - " Severity: S1"
18
20
- " Progress: dev in progress"
19
21
- " Progress: PR in progress"
20
22
- " Progress: done"
@@ -39,7 +41,7 @@ staleLabel: "stale issue"
39
41
# Comment to post when marking as stale. Set to `false` to disable
40
42
markComment : >
41
43
This issue has been automatically marked as stale because it has not had
42
- recent activity. It will be closed after 14 days if no further activity occurs.
44
+ recent activity. It will be closed after 28 days if no further activity occurs.
43
45
Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
44
46
Thank you for your contributions!
45
47
# Comment to post when removing the stale label.
You can’t perform that action at this time.
0 commit comments