actions: increase stale operations
Increase to 400 to have it complete the job in one run. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
2cd556a689
commit
c25f486322
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stale_issue.yml
vendored
4
.github/workflows/stale_issue.yml
vendored
|
@ -16,6 +16,6 @@ jobs:
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
stale-issue-label: 'Stale'
|
stale-issue-label: 'Stale'
|
||||||
stale-pr-label: 'Stale'
|
stale-pr-label: 'Stale'
|
||||||
exempt-pr-labels: 'DNM,In progress'
|
exempt-pr-labels: 'Blocked,In progress'
|
||||||
exempt-issue-labels: 'In progress,Enhancement,Feature,Feature Request,RFC,Meta'
|
exempt-issue-labels: 'In progress,Enhancement,Feature,Feature Request,RFC,Meta'
|
||||||
operations-per-run: 100
|
operations-per-run: 400
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue