aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-09-22 11:16:40 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-09-22 11:16:40 +0200
commit1921a82a91fe9536226092844ebb17c740824b65 (patch)
tree9e53096b20aa2dc20dd26f9b4bd235ccd1ab097b /.github
parentfffcc25d8dfab8c6059c229177286f462d909b8d (diff)
downloadpodman-1921a82a91fe9536226092844ebb17c740824b65.tar.gz
podman-1921a82a91fe9536226092844ebb17c740824b65.tar.bz2
podman-1921a82a91fe9536226092844ebb17c740824b65.zip
update stale bot
Update the GitHub action to mark issues and PRs as stale. There are a couple of useful features, most importantly, the bot will remove the stale label from issues as soon as there's either an activity or a comment. This reduces some manual overhead: the stale bot will only drop a comment on issues and PRs that are not marked as stale. Hence, as we appreciated the reminders, we had to manually remove the label which should now turn into campfire tales. 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 5e5a75713..8fd51b5e9 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -22,3 +22,4 @@ jobs:
stale-pr-label: 'stale-pr'
days-before-stale: 30
days-before-close: 365
+ remove-stale-when-updated: true