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:
Anas Nashif 2020-06-29 11:26:32 -04:00
commit a6e7d95a26

View file

@ -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'