actions: only mark bugs as stale
Bugs are being looked at on a weekly basis, we still did not go through many of the enhancements and long term feature issues, so do not mark those as stale yet, this will otherwise mark more than 50% of open GH issues as stale... Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
183585c810
commit
a6e7d95a26
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale_issue.yml
vendored
2
.github/workflows/stale_issue.yml
vendored
|
@ -17,4 +17,4 @@ jobs:
|
|||
stale-issue-label: 'Stale'
|
||||
stale-pr-label: 'Stale PR'
|
||||
exempt-pr-labels: 'DNM,In progress'
|
||||
exempt-issue-labels: 'In progress'
|
||||
exempt-issue-labels: 'In progress,Enhancement,Feature,Feature Request,RFC,Meta'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue