]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Recognize checkbox for feature proposals properly
authorFlole <Flole998@users.noreply.github.com>
Tue, 10 Jun 2025 00:16:12 +0000 (02:16 +0200)
committerGitHub <noreply@github.com>
Tue, 10 Jun 2025 00:16:12 +0000 (02:16 +0200)
.github/workflows/enforce-issue-template.yml

index 0ab2cc477a56f389afe52160996806a50dff67a0..44e99a75fe21e854abc6bc2c39807883f53f9b19 100644 (file)
@@ -27,9 +27,9 @@ jobs:
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         issue-close-message: "@${issue.user.login} this issue was automatically closed because you are not willing to develop this"
-        issue-pattern: ".*### Acceptance[\\r\\n]+- \\[X\\] The proposal will be developed and maintained by me.*"
+        issue-pattern: ".*### Acceptance[\\r\\n]+- \\[[Xx]\\] The proposal will be developed and maintained by me.*"
     - name: Autoclose issues not having an accepted prefix
       if: "!startsWith(github.event.issue.title, '[BUG]:') && !startsWith(github.event.issue.title, '[FEATURE]:')"
       uses: peter-evans/close-issue@v3
       with:
-        comment: "@${{ github.event.issue.user.login }} this issue was automatically closed because it did not follow the issue template"
\ No newline at end of file
+        comment: "@${{ github.event.issue.user.login }} this issue was automatically closed because it did not follow the issue template"