From 53c1d98cc7fc89e2391168b8ee81f7989789ac5a Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 14 Jul 2022 14:57:07 +0200 Subject: [PATCH] chore: updating the stale labels Signed-off-by: blam --- .github/workflows/automate_stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automate_stale.yml b/.github/workflows/automate_stale.yml index b82a130431..35b0a8c0a6 100644 --- a/.github/workflows/automate_stale.yml +++ b/.github/workflows/automate_stale.yml @@ -17,7 +17,7 @@ jobs: for your contributions. days-before-issue-stale: 60 days-before-issue-close: 7 - exempt-issue-labels: 'pinned,security,plugin,help wanted,good first issue,rfc,will-fix' + exempt-issue-labels: pinned,security,plugin,after-vacations,rfc,will-fix stale-issue-label: stale stale-pr-message: > This PR has been automatically marked as stale because it has not had @@ -25,6 +25,6 @@ jobs: If you are the author and the PR has been closed, feel free to re-open the PR and continue the contribution! days-before-pr-stale: 7 days-before-pr-close: 5 - exempt-pr-labels: reviewer-approved,will-fix + exempt-pr-labels: after-vacations,will-fix stale-pr-label: stale operations-per-run: 100