.github: exempt the 'Process' label from stale issues
Process issues are tracked and do not need to be automatically made stale. Suggested-by: Anas Nashif <anas.nashif@intel.com> Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
f216915638
commit
f0a2a17bdc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale_issue.yml
vendored
2
.github/workflows/stale_issue.yml
vendored
|
@ -19,5 +19,5 @@ jobs:
|
|||
stale-issue-label: 'Stale'
|
||||
stale-pr-label: 'Stale'
|
||||
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,Process'
|
||||
operations-per-run: 400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue