diff --git a/.github/workflows/close_old_issues.yml b/.github/workflows/close_old_issues.yml index 88bc3b1433..d6ccc4d889 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'