From: Flole Date: Tue, 10 Jun 2025 00:16:12 +0000 (+0200) Subject: Recognize checkbox for feature proposals properly X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7edaf48cbe2e068e2126a6b355ae64b2d1b1f6e;p=thirdparty%2Ftvheadend.git Recognize checkbox for feature proposals properly --- diff --git a/.github/workflows/enforce-issue-template.yml b/.github/workflows/enforce-issue-template.yml index 0ab2cc477..44e99a75f 100644 --- a/.github/workflows/enforce-issue-template.yml +++ b/.github/workflows/enforce-issue-template.yml @@ -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"