From e952f16c75dda983b30acefbbc8c42a62df617ce Mon Sep 17 00:00:00 2001 From: Casey Callendrello Date: Wed, 30 Mar 2022 18:01:57 +0200 Subject: [PATCH] github: ignore issues with "keep" label from stale closing Signed-off-by: Casey Callendrello --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a148a73a..77a26b5e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -9,4 +9,5 @@ jobs: steps: - uses: actions/stale@v4 with: - stale-pr-message: 'This PR has been untouched for too long without an update. It will be closed in 7 days.' \ No newline at end of file + stale-pr-message: 'This PR has been untouched for too long without an update. It will be closed in 7 days.' + exempt-issue-labels: 'keep' \ No newline at end of file