Commit 5b34333
ci: skip merge commits from remote-tracking refs
`git merge origin/main` produces "Merge remote-tracking branch 'origin/main' …",
which the conventional-commits skip regex didn't match — only `Merge branch
'<name>'` was covered. Validator then flagged the merge commit as a malformed
conventional commit and failed the check.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3df0a54 commit 5b34333
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
0 commit comments