From 94f15c451e11835eeef44bc14bf12784c165c940 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 22 Nov 2024 18:13:49 +0900 Subject: [PATCH] Update .github/workflows/close-stale-issues.yml: set exempt-assignees Signed-off-by: Suguru Hirahara --- .github/workflows/close-stale-issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index 44124c2e2..8e5c045df 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -18,6 +18,7 @@ jobs: ###################################################################### # Issues/PRs ###################################################################### + exempt-assignees: 'spantaleev,aine-etke' # An allow-list of label(s) to only process the issues/PRs which contain one of these label(s). any-of-labels: 'needs-info' # Use this to do a dry run from a pull request