Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
ci(commitlint): disable when dependabot is detected (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Dec 23, 2020
1 parent a077927 commit 378995f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: commitlint
- if: (github.actor!= 'dependabot[bot]') && (contains(github.head_ref, 'dependabot/') == false)
name: commitlint
uses: wagoid/commitlint-github-action@v2
with:
helpURL: https://www.conventionalcommits.org/

0 comments on commit 378995f

Please sign in to comment.