]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
any better?
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 15 Jul 2021 18:16:29 +0000 (13:16 -0500)
committerGitHub <noreply@github.com>
Thu, 15 Jul 2021 18:16:29 +0000 (13:16 -0500)
.github/workflows/close.yml

index 667c7e631023ee06ac0d392e90e2317f1cd7bc0a..2c89fc6b5536876ed8c2c808047a400ad51a0dde 100644 (file)
@@ -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: