From: Arran Cudbard-Bell Date: Wed, 14 Jul 2021 15:01:31 +0000 (-0500) Subject: Use the close tag here too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12648a16ea4c98143159f807b0f962c1be47b153;p=thirdparty%2Ffreeradius-server.git Use the close tag here too --- diff --git a/.github/workflows/close.yml b/.github/workflows/close.yml index 844bc1b4cc4..8f56596b721 100644 --- a/.github/workflows/close.yml +++ b/.github/workflows/close.yml @@ -5,7 +5,7 @@ jobs: titlePrefixCheck: runs-on: ubuntu-latest steps: - - if: contains(github.event.issue.labels.*.name, 'other') != 'true' + - if: contains(github.event.issue.labels.*.name, 'close') != 'true' name: Close Issue uses: peter-evans/close-issue@v1 with: