Skip to content

Commit 9841e74

Browse files
Copilotnickytonline
andcommitted
chore: skip commit validation for Dependabot PRs
Co-authored-by: nickytonline <833231+nickytonline@users.noreply.github.com>
1 parent 700f598 commit 9841e74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate-commits.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
validate-commits:
99
runs-on: ubuntu-latest
10+
# Skip validation for Dependabot PRs since they follow their own commit format
11+
if: github.actor != 'dependabot[bot]'
1012

1113
steps:
1214
- name: Checkout code

0 commit comments

Comments
 (0)