consensus-shipyard / ipc

🌳 Spawn multi-level trees of customized, scalable, EVM-compatible networks with IPC. L2++ powered by FVM, Wasm, libp2p, IPFS/IPLD, and CometBFT.
https://ipc.space
Apache License 2.0
44 stars 39 forks source link

ci: validate PR titles against conventional commits. #1075

Closed raulk closed 4 months ago

raulk commented 4 months ago

Adds a GitHub workflow that runs on PR events to validate that the PR title matches the conventional commits spec. We use this to generate changelogs with git cliff. This is just a first version, we can iterate on the scopes and types as needed.