Skip to content

ci: update pipelines to use common actions #175

ci: update pipelines to use common actions

ci: update pipelines to use common actions #175

name: 'Check commits'
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
- labeled
merge_group:
types: [checks_requested]
branches:
- main
jobs:
check_pr_title:
name: check_pr_title:required
uses: dfinity/ci-tools/.github/workflows/check-pr-title.yaml@main
check_commit_messages:
name: check_commit_messages:required
uses: dfinity/ci-tools/.github/workflows/check-commit-messages.yaml@main
with:
starting_commit: '7ce94d377c947f03a12f7e2db3d80876c0eb0134'