From 4682745d1b4a641dfef46e451ee6bafb68483e33 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 23 Aug 2021 08:52:45 -0500 Subject: [PATCH] Make sure bugs aren't automatically closed. --- .github/stale.yml | 1 + .github/workflows/ci.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index c7ff127..3cc6ec3 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -12,6 +12,7 @@ onlyLabels: [] # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: + - bug - pinned - security - planned diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ecbda1..083ab7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,6 @@ jobs: playbook: converge.yml - distro: fedora33 playbook: converge.yml - # See: https://github.com/geerlingguy/ansible-role-ansible/issues/18 - distro: ubuntu2004 playbook: converge.yml - distro: ubuntu1804