Skip to content

Commit f7edaf4

Browse files
authored
Recognize checkbox for feature proposals properly
1 parent 42ed6af commit f7edaf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/enforce-issue-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
with:
2828
repo-token: ${{ secrets.GITHUB_TOKEN }}
2929
issue-close-message: "@${issue.user.login} this issue was automatically closed because you are not willing to develop this"
30-
issue-pattern: ".*### Acceptance[\\r\\n]+- \\[X\\] The proposal will be developed and maintained by me.*"
30+
issue-pattern: ".*### Acceptance[\\r\\n]+- \\[[Xx]\\] The proposal will be developed and maintained by me.*"
3131
- name: Autoclose issues not having an accepted prefix
3232
if: "!startsWith(github.event.issue.title, '[BUG]:') && !startsWith(github.event.issue.title, '[FEATURE]:')"
3333
uses: peter-evans/close-issue@v3
3434
with:
35-
comment: "@${{ github.event.issue.user.login }} this issue was automatically closed because it did not follow the issue template"
35+
comment: "@${{ github.event.issue.user.login }} this issue was automatically closed because it did not follow the issue template"

0 commit comments

Comments
 (0)