Skip to content

ci: fix allowed-commit-types to use comma-separated format#18

Merged
spydisec merged 1 commit intomainfrom
ci/fix-conventional-commits-types
Mar 7, 2026
Merged

ci: fix allowed-commit-types to use comma-separated format#18
spydisec merged 1 commit intomainfrom
ci/fix-conventional-commits-types

Conversation

@spydisec
Copy link
Owner

@spydisec spydisec commented Mar 7, 2026

Root Cause

The webiny/action-conventional-commits action parses allowed-commit-types by splitting on commas (.split(",")). The workflow was passing a YAML | block with newline-separated values, which meant the action received one giant string with newlines instead of individual commit types. This caused every commit type check to fail.

Fix

Changed allowed-commit-types from a YAML block scalar to the documented comma-separated string format: "feat,fix,docs,chore,style,refactor,perf,test,build,ci,revert"

Also removed a stray blank line that was present in the list between ci and revert.

@spydisec spydisec merged commit c208ba1 into main Mar 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant