|
@@ -12,6 +12,9 @@ jobs:
|
|
|
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
|
|
|
stale-pr-message: 'This PR is marked as stale because it has been open 45 days with no activity. You can remove stale label or comment if this PR is still valid.'
|
|
|
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
|
|
|
+ exempt-issue-labels: bug,triage,feature_request
|
|
|
+ exempt-pr-labels: wip,feature_request
|
|
|
+ exempt-all-assignees: true
|
|
|
days-before-stale: 30
|
|
|
- days-before-close: 5
|
|
|
- days-before-pr-close: -1
|
|
|
+ days-before-close: 7
|
|
|
+ days-before-pr-close: -1
|