We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70470c5 commit 4fc7d90Copy full SHA for 4fc7d90
.github/workflows/reviewdog.yml
@@ -9,7 +9,12 @@ jobs:
9
uses: JJ/github-pr-contains-action@releases/v14.1
10
with:
11
github-token: ${{github.token}}
12
- bodyDoesNotContain: 'Short explanation of the problem|- [ ]'
+ 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: '- [ ]'
18
19
golangci-lint:
20
name: runner / suggester / golangci-lint
0 commit comments