]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use the close tag here too
authorArran Cudbard-Bell <a.cudbardb@gmail.com>
Wed, 14 Jul 2021 15:01:31 +0000 (10:01 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Jul 2021 15:01:31 +0000 (10:01 -0500)
.github/workflows/close.yml

index 844bc1b4cc4c7233da431479efc305ec70989cf2..8f56596b72119c7a695a6f7e40f9cb34bb8015cb 100644 (file)
@@ -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: