feat(docs): Add defined list of ids for categories, proposal templates and comment templates #1666
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Semantic Pull Request | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| - reopened | |
| jobs: | |
| build: | |
| name: Validate PR title | |
| uses: input-output-hk/catalyst-ci/.github/workflows/semantic_pull_request.yml@master | |
| with: | |
| requireScope: true | |
| scopes: | | |
| rust | |
| rust/c509-certificate | |
| rust/cardano-chain-follower | |
| rust/catalyst-types | |
| rust/catalyst-voting | |
| rust/immutable-ledger | |
| rust/vote-tx-v1 | |
| rust/vote-tx-v2 | |
| rust/signed-doc | |
| rust/cbork | |
| rust/hermes-ipfs | |
| rust/rbac-registration | |
| rust/cardano-blockchain-types | |
| dart | |
| docs | |
| general |