Skip to content

Commit

Permalink
Merge pull request #92 from anchore/dependabot-commitlint
Browse files Browse the repository at this point in the history
ci: don't run commitlint for dependabot PRs
  • Loading branch information
bradleyjones authored Dec 7, 2023
2 parents 0181690 + b951994 commit 4bd9db8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/commit-linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [pull_request]
jobs:
commitlint:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4bd9db8

Please sign in to comment.