Skip to content

ci: Do not run PR title check in merge queue #5961

ci: Do not run PR title check in merge queue

ci: Do not run PR title check in merge queue #5961

Workflow file for this run

name: PR Conventional Commit Validation
on:
pull_request:
types: [opened, synchronize, reopened, edited]
merge_group:
types: [checks_requested]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
if: ${{ github.event_name != 'merge_group' }}
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert", "depr"]'
add_label: "false"