Enforce conventional commit messages (skips Dependabot).
actionsforge/actions/.github/workflows/commitmsg-conform.yml@main
jobs:
call:
uses: actionsforge/actions/.github/workflows/commitmsg-conform.yml@main| Name | Type | Required | Default | Description |
|---|---|---|---|---|
config |
string |
no | see workflow default | Inline Conform YAML used when the caller has no .conform.yaml |
- Skips when
github.actoris Dependabot (dependabot[bot]/dependabot-preview[bot]). - Default policy requires a conventional commit body (blank line + description).
- If the caller repo already has
.conform.yaml, that file is used and theconfiginput is ignored.