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 11# Configuration for probot-stale - https://github.com/probot/stale
22
33# Number of days of inactivity before an Issue or Pull Request becomes stale
4- daysUntilStale : 76
4+ daysUntilStale : 152
55
66# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
77# 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
99
1010# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
1111onlyLabels : []
@@ -15,6 +15,8 @@ exemptLabels:
1515 - " Priority: P0"
1616 - " Priority: P1"
1717 - " Priority: P2"
18+ - " Severity: S0"
19+ - " Severity: S1"
1820 - " Progress: dev in progress"
1921 - " Progress: PR in progress"
2022 - " Progress: done"
@@ -39,7 +41,7 @@ staleLabel: "stale issue"
3941# Comment to post when marking as stale. Set to `false` to disable
4042markComment : >
4143 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.
4345 Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
4446 Thank you for your contributions!
4547# Comment to post when removing the stale label.
You can’t perform that action at this time.
0 commit comments