From 5b1a5b6264b04e86e44a9e01ece9ef3f155a1e84 Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Sat, 15 Jan 2022 07:00:13 +0000 Subject: [PATCH] Add exempt label for stale workflow --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 9d4d644..fa9979f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,6 +16,8 @@ jobs: uses: actions/stale@v4 with: repo-token: ${{ github.token }} + exempt-issue-labels: "enhancement,question,help wanted,bug" + exempt-pr-labels: "need-help,WIP" stale-issue-message: "This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days" stale-pr-message: 'It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days' days-before-stale: 120