From f0a2a17bdc57087746a36667ef76df3d7f0d4351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Tue, 16 Nov 2021 15:07:27 -0800 Subject: [PATCH] .github: exempt the 'Process' label from stale issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Process issues are tracked and do not need to be automatically made stale. Suggested-by: Anas Nashif Signed-off-by: Martí Bolívar --- .github/workflows/stale_issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale_issue.yml b/.github/workflows/stale_issue.yml index 7c9404db80e..cff7aa0d122 100644 --- a/.github/workflows/stale_issue.yml +++ b/.github/workflows/stale_issue.yml @@ -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