Skip to content

ci: add merge group to ci triggers #851

ci: add merge group to ci triggers

ci: add merge group to ci triggers #851

Workflow file for this run

name: PR Title
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited
jobs:
verify_title:
name: Verify Title
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install Packages
run: npm ci
- name: Run Commitlint
run: echo "${{github.event.pull_request.title}}" | npx commitlint