Skip to content

Commit

Permalink
ci: skip commitlint for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Dec 16, 2024
1 parent 7f91608 commit 145ff6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: '20.18.0'

- name: Fetch main branch and run commitlint
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && github.event.pull_request.user.login != 'dependabot[bot]'
run: |
git fetch origin main
npx commitlint --from=origin/main
Expand Down

0 comments on commit 145ff6f

Please sign in to comment.