Skip to content

feat(Checklist): code connect #21683

feat(Checklist): code connect

feat(Checklist): code connect #21683

Workflow file for this run

name: PR # Checks the PR title is of the correct format
on:
pull_request_target:
types:
- opened
- edited
- synchronize
merge_group:
types: [checks_requested]
jobs:
validate_title:
name: validate title
if: ${{ github.event_name != 'merge_group' }}
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@069817c298f23fab00a8f29a2e556a5eac0f6390 # cspell:disable-line
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}