Commit 79f5eb5
authored
Fix exclusion of Dependabot commit message checks (#41)
To ignore Dependabot commits from our commit message checks we need
to filter out the GitHub actor, rather than ignoring branches. ignoring
branches does not work in the way we want it to for pull requests, as
[it only looks at the base branch][1]
[1]: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestbranchestags1 parent baf2d86 commit 79f5eb5
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | 10 | | |
13 | | - | |
14 | | - | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
| 14 | + | |
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
| |||
0 commit comments