From: Arran Cudbard-Bell Date: Thu, 15 Jul 2021 18:16:29 +0000 (-0500) Subject: any better? X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4d6612a6b744f4bb09d3434872c4a46aba0f104;p=thirdparty%2Ffreeradius-server.git any better? --- diff --git a/.github/workflows/close.yml b/.github/workflows/close.yml index 667c7e63102..2c89fc6b553 100644 --- a/.github/workflows/close.yml +++ b/.github/workflows/close.yml @@ -5,7 +5,7 @@ jobs: titlePrefixCheck: runs-on: ubuntu-latest steps: - - if: github.event.label.name == 'close' + - if: contains(github.event.pull_request.labels.*.name, 'close') name: Close Issue uses: peter-evans/close-issue@v1 with: