From 7835b863f27e849d3acaf13958fcaed65bbbac86 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 30 Oct 2019 09:51:40 +0100 Subject: stale action: add exempt-issue-label Without the label, issues would be closed regardless of the "do-not-close" label. Signed-off-by: Valentin Rothberg --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 44cb82ff0..1015b92b0 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -22,4 +22,5 @@ jobs: stale-pr-label: 'stale-pr' days-before-stale: 30 days-before-close: 7 + exempt-issue-label: 'do-not-close' exempt-pr-label: 'do-not-close' -- cgit v1.2.3-54-g00ecf