Skip to content

feat: Serde Serialize and Deserialize traits for the RbTree in the ic-certified-map crate. #1360

feat: Serde Serialize and Deserialize traits for the RbTree in the ic-certified-map crate.

feat: Serde Serialize and Deserialize traits for the RbTree in the ic-certified-map crate. #1360

name: Check PR title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: dfinity/[email protected]
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}