Commit baf2d86
authored
Fix exclusion of Dependabot commit message checks (#40)
To ignore the Dependabot branches we need to use `**` at the end of our
filter, as [the single `*` we had before does not match the `/`
character][1]
[1]: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet1 parent 58a7dcf commit baf2d86
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments