From 6e42d29e12649a4bfa120d08c9a671cb9f80ea73 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Mon, 21 Dec 2020 11:11:06 +0900 Subject: [PATCH] github workflow: ignore "feature request" form stale bot target Signed-off-by: Kentaro Hayashi --- .github/workflows/stale-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-actions.yml b/.github/workflows/stale-actions.yml index 6c56c4351c..e0980d3340 100644 --- a/.github/workflows/stale-actions.yml +++ b/.github/workflows/stale-actions.yml @@ -18,5 +18,5 @@ jobs: close-pr-message: "This PR was automatically closed because of stale in 30 days" stale-pr-label: "stale" stale-issue-label: "stale" - exempt-issue-labels: "bug,enhancement,pending,work_in_progress,v1,v2" - exempt-pr-labels: "bug,enhancement,pending,work_in_progress,v1,v2" + exempt-issue-labels: "bug,enhancement,feature request,pending,work_in_progress,v1,v2" + exempt-pr-labels: "bug,enhancement,feature request,pending,work_in_progress,v1,v2"