Skip to content

Commit f5a2d88

Browse files
dbrattliclaude
andauthored
ci: tell ShipIt to skip commits with invalid conventional format (#775)
Dependabot PR #772 merged with a non-conventional commit title ("Bump the python-dependencies group with 8 updates"), which caused ShipIt to abort. Adding --skip-invalid-commit lets ShipIt log a warning and continue past such commits instead of failing the release workflow. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b88d676 commit f5a2d88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet tool restore
3232

3333
- name: Run ShipIt
34-
run: dotnet shipit --pre-release rc --allow-branch master
34+
run: dotnet shipit --pre-release rc --allow-branch master --skip-invalid-commit
3535
env:
3636
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737

0 commit comments

Comments
 (0)