Skip to content

Commit

Permalink
ci(pull requests): do not check for conventional commits for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Jul 16, 2024
1 parent a5c6bf5 commit 64318e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v6
if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/') == false)

build:
name: Pull request check
Expand Down

0 comments on commit 64318e3

Please sign in to comment.