Problem Statement
Currently the OKDP repos do not have CI enforcement of conventional commits
Proposed Solution
This issue is to track adoption of the shared conventional commits reusable workflow.
Each PR should add
.github/workflows/conventional-commits.yml
name: Conventional Commits
on: [pull_request]
jobs:
uses: OKDP/gh-workflows/.github/conventional-commits.yml@main
Alternatives Considered
No response
Additional Context
No response
Problem Statement
Currently the OKDP repos do not have CI enforcement of conventional commits
Proposed Solution
This issue is to track adoption of the shared conventional commits reusable workflow.
Each PR should add
.github/workflows/conventional-commits.yml
Alternatives Considered
No response
Additional Context
No response