Skip to content

Commit

Permalink
CLOUD-867: Add pull request description/checklist check
Browse files Browse the repository at this point in the history
  • Loading branch information
egegunes committed Nov 4, 2024
1 parent 28df05d commit 842dc0b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
name: reviewdog
on: [pull_request]
jobs:
pr-description:
name: runner / pull-request
runs-on: ubuntu-latest
steps:
- name: Check PR description
uses: JJ/github-pr-contains-action@releases/v14.1
with:
github-token: ${{github.token}}
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
runs-on: ubuntu-latest
Expand Down

0 comments on commit 842dc0b

Please sign in to comment.