aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2019-10-30 09:51:40 +0100
committerValentin Rothberg <rothberg@redhat.com>2019-10-30 09:51:40 +0100
commit7835b863f27e849d3acaf13958fcaed65bbbac86 (patch)
treedc8f44537bdf661becb487c00a97601c176325a9 /.github
parente7540d0406c49b22de245246d16ebc6e1778df37 (diff)
downloadpodman-7835b863f27e849d3acaf13958fcaed65bbbac86.tar.gz
podman-7835b863f27e849d3acaf13958fcaed65bbbac86.tar.bz2
podman-7835b863f27e849d3acaf13958fcaed65bbbac86.zip
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 <rothberg@redhat.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/stale.yml1
1 files changed, 1 insertions, 0 deletions
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'