diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-10-30 09:51:40 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-10-30 09:51:40 +0100 |
commit | 7835b863f27e849d3acaf13958fcaed65bbbac86 (patch) | |
tree | dc8f44537bdf661becb487c00a97601c176325a9 /.github | |
parent | e7540d0406c49b22de245246d16ebc6e1778df37 (diff) | |
download | podman-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.yml | 1 |
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' |