diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 48850af74a..c5e8a1ab44 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -9,7 +9,12 @@ jobs: uses: JJ/github-pr-contains-action@releases/v14.1 with: github-token: ${{github.token}} - bodyDoesNotContain: 'Short explanation of the problem|- [ ]' + bodyDoesNotContain: 'Short explanation of the problem' + - name: Check PR checklist + uses: JJ/github-pr-contains-action@releases/v14.1 + with: + github-token: ${{github.token}} + bodyDoesNotContain: '- [ ]' golangci-lint: name: runner / suggester / golangci-lint