Skip to content

Commit 58a7dcf

Browse files
authored
Exclude Dependabot commits from message checks (#39)
Commits which are automatically generated by Dependabot typically have a body line length of [more than the 72 character limit][1] which our check requires. [1] dependabot/feedback#165 (comment)
1 parent 7482c69 commit 58a7dcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-commit-message.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ on: # yamllint disable-line rule:truthy
77
- edited
88
- reopened
99
- synchronize
10+
branches-ignore:
11+
- '*dependabot/github_actions/*'
1012
push:
13+
branches-ignore:
14+
- '*dependabot/github_actions/*'
1115

1216
jobs:
1317
check-commit-message-style:

0 commit comments

Comments
 (0)