From a5641809625159391918da389ea0bdc2be8f564f Mon Sep 17 00:00:00 2001 From: ligi Date: Wed, 16 Feb 2022 05:55:31 +0100 Subject: [PATCH] Do not mark enhancement issues as stale --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 23c8f1cb..38e16d46 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -10,6 +10,7 @@ jobs: - uses: actions/stale@v4 with: stale-issue-message: 'This issue has no activity in a while - it will be closed soon.' + exempt-issue-labels: enhancement stale-pr-message: 'This PR has no activity in a while - it will be closed soon.' days-before-stale: 42 days-before-close: 7 \ No newline at end of file