From 1780dba2dea948b97319bd4da781f65a1c36adaa Mon Sep 17 00:00:00 2001 From: zkwolf Date: Wed, 3 Mar 2021 19:26:38 +0800 Subject: [PATCH] chore: update state.yml (#3733) --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b89ed1fea..884d3dced 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,6 +13,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days' stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days' + exempt-issue-labels: 'bug,enhancement' days-before-stale: 60 days-before-close: 7