Skip to content

Commit

Permalink
ci(commitlint): disable commitlint for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Dec 30, 2020
1 parent aee9658 commit f7de680
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint Commit Messages
name: commitlint

on: [pull_request]

Expand All @@ -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 f7de680

Please sign in to comment.