From d43fa9acbbc93cfee2e59faf3652e7893de55ffa Mon Sep 17 00:00:00 2001 From: o2sh Date: Sun, 12 Jun 2022 14:16:19 +0200 Subject: [PATCH] blocked: tokei is now an exempted pr label --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 21f4fc83..2705bfef 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -25,6 +25,7 @@ jobs: This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. exempt-issue-labels: "pinned,security,help wanted,blocked: tokei" + exempt-pr-labels: "blocked: tokei" stale-issue-label: "stale" stale-pr-label: "stale" exempt-draft-pr: "true"