From 1d51b736a6efbb1fcf2a8265fe7b90e2e5a1de4d Mon Sep 17 00:00:00 2001 From: thomas Date: Sun, 9 Jun 2024 21:01:54 +0200 Subject: [PATCH] feat: add rmore stale label when updates --- .github/workflows/close-inactive-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close-inactive-pr.yml b/.github/workflows/close-inactive-pr.yml index 59dc948..66d984d 100644 --- a/.github/workflows/close-inactive-pr.yml +++ b/.github/workflows/close-inactive-pr.yml @@ -24,4 +24,5 @@ jobs: 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, to be reviewed' + remove-pr-stale-when-updated: true repo-token: ${{ secrets.GITHUB_TOKEN }}