From 816c97f49a5804defc806a4295a5774c1021ac33 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 10 Sep 2021 21:39:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Ignore=20issues=20with=20the=20k?= =?UTF-8?q?eep-open=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-spam-control.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-spam-control.yml b/.github/workflows/issue-spam-control.yml index 32a7cf16..4c24df05 100644 --- a/.github/workflows/issue-spam-control.yml +++ b/.github/workflows/issue-spam-control.yml @@ -6,7 +6,7 @@ on: types: [opened, reopened] jobs: check: - if: ${{ contains( github.event.issue.labels.*.name, 'keep-open') }} + if: ${{ ! contains( github.event.issue.labels.*.name, 'keep-open') }} runs-on: ubuntu-latest name: Close issue opened by non-stargazer steps: