Skip to content

Commit

Permalink
Merge pull request #93 from sudolabs-io/bugfix/disable-commitlint-for…
Browse files Browse the repository at this point in the history
…-dependabot

ci(commitlint): disable commitlint check for dependabot
  • Loading branch information
michalvankodev authored Oct 19, 2021
2 parents 211a5d6 + 094730a commit 050111e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Commitlint
on: pull_request

jobs:
publish:
lint:
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 050111e

Please sign in to comment.