Skip to content

Commit

Permalink
Merge pull request #242 from RedHatInsights/ci/dependabot-cc-skip
Browse files Browse the repository at this point in the history
ci(pull requests): do not check for conventional commits for dependabot
  • Loading branch information
jponge authored Jul 16, 2024
2 parents a5c6bf5 + 64318e3 commit 9306529
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 9306529

Please sign in to comment.