Skip to content

Commit 4fc7d90

Browse files
committed
fix
1 parent 70470c5 commit 4fc7d90

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/reviewdog.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ jobs:
99
uses: JJ/github-pr-contains-action@releases/v14.1
1010
with:
1111
github-token: ${{github.token}}
12-
bodyDoesNotContain: 'Short explanation of the problem|- [ ]'
12+
bodyDoesNotContain: 'Short explanation of the problem'
13+
- name: Check PR checklist
14+
uses: JJ/github-pr-contains-action@releases/v14.1
15+
with:
16+
github-token: ${{github.token}}
17+
bodyDoesNotContain: '- [ ]'
1318

1419
golangci-lint:
1520
name: runner / suggester / golangci-lint

0 commit comments

Comments
 (0)