From 49bb216828bbb1c8dedb55612299ba614265095c Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Wed, 7 Aug 2024 10:21:59 +0900 Subject: [PATCH] GitHub: fix typo of exempt-label Signed-off-by: Daijiro Fukuda --- .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 17823f0800..06fa8e8137 100644 --- a/.github/workflows/stale-actions.yml +++ b/.github/workflows/stale-actions.yml @@ -18,7 +18,7 @@ jobs: close-pr-message: "This PR was automatically closed because of stale in 7 days" stale-pr-label: "stale" stale-issue-label: "stale" - exempt-issue-labels: "waiting-for-triage,bug,enhancement,feature request,pending,work_in_progress,v1,v2" - exempt-pr-labels: "waiting-for-triage,bug,enhancement,feature request,pending,work_in_progress,v1,v2" + exempt-issue-labels: "waiting-for-triage,bug,enhancement,feature request,pending,work-in-progress,v1,v2" + exempt-pr-labels: "waiting-for-triage,bug,enhancement,feature request,pending,work-in-progress,v1,v2" exempt-all-assignees: true exempt-all-milestones: true