From be42af34027191048fb8f8acde0e471e2682a1d6 Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 9 Jun 2024 20:48:20 +0200 Subject: [PATCH] fix: close pr --- .github/workflows/close-inactive-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-inactive-pr.yml b/.github/workflows/close-inactive-pr.yml index 2d59258..59dc948 100644 --- a/.github/workflows/close-inactive-pr.yml +++ b/.github/workflows/close-inactive-pr.yml @@ -23,5 +23,5 @@ jobs: stale-pr-message: 'This pull request is stale because it has been open for 15 days with no activity.' close-pr-message: 'This pull request was closed because it has been inactive for 5 days since being marked as stale.' only-pr-labels: 'answer' - exempt-pr-labels: 'challenge-creation, long-term' + exempt-pr-labels: 'challenge-creation, long-term, to be reviewed' repo-token: ${{ secrets.GITHUB_TOKEN }}