From 41d37b3f9d90de070eb497aacad7b405388c3a05 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 10 Oct 2024 04:46:49 +0200 Subject: [PATCH] chore(stale): use the correct labels (#7017) --- .github/workflows/close_old_issues.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/close_old_issues.yml b/.github/workflows/close_old_issues.yml index 88bc3b143..d6ccc4d88 100644 --- a/.github/workflows/close_old_issues.yml +++ b/.github/workflows/close_old_issues.yml @@ -23,12 +23,16 @@ jobs: Now we mark this as "Abandoned" because there was no activity here for 14 days. - Remove the "Stale" label or comment else this will be closed in 7 days. + Remove the "Abandoned" label or comment else this will be closed in 7 days. close-issue-message: | As there was no activity here for a while we close this issue. But don't worry, the conversation is still here and you can get back to it at any time. Feel free to comment if you have remarks or ideas on this topic. days-before-stale: 14 days-before-close: 7 - exempt-issue-labels: 'important' - exempt-pr-labels: 'important' + exempt-issue-labels: '๐Ÿ”ฅ Important' + exempt-pr-labels: '๐Ÿ”ฅ Important' + stale-issue-label: '๐Ÿ’ค Stale' + stale-pr-label: '๐Ÿ’ค Stale' + close-issue-label: '๐Ÿชน Abandoned' + close-pr-label: '๐Ÿชน Abandoned'