Skip to content

Commit 13bda20

Browse files
committed
ci: skip commitlint for dependabot and release-please PRs
1 parent d0e0559 commit 13bda20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/commitlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
commitlint:
99
name: Check PR title (Conventional Commits)
1010
runs-on: ubuntu-latest
11+
# Dependabot and release-please manage their own titles — skip them.
12+
if: ${{ github.actor != 'dependabot[bot]' && github.actor != 'github-actions[bot]' }}
1113
steps:
1214
- uses: amannn/action-semantic-pull-request@v5
1315
env:

0 commit comments

Comments
 (0)