diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-30 14:45:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 14:45:09 +0100 |
commit | 63b57f5147462bef19df842f9c92868f7bdaea8a (patch) | |
tree | b1d81cfae450ae9ec822d847ee248db4baaf0d60 | |
parent | 2e8eb8403d4a25bc9c9e60ed28ed09d2fda7a088 (diff) | |
parent | 7835b863f27e849d3acaf13958fcaed65bbbac86 (diff) | |
download | podman-63b57f5147462bef19df842f9c92868f7bdaea8a.tar.gz podman-63b57f5147462bef19df842f9c92868f7bdaea8a.tar.bz2 podman-63b57f5147462bef19df842f9c92868f7bdaea8a.zip |
Merge pull request #4375 from vrothberg/stale
stale action: add exempt-issue-label
-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' |