Skip to content

chore(deps): bump crate-ci/typos from 1.36.2 to 1.36.3 in the actions group #35

chore(deps): bump crate-ci/typos from 1.36.2 to 1.36.3 in the actions group

chore(deps): bump crate-ci/typos from 1.36.2 to 1.36.3 in the actions group #35

Workflow file for this run

name: Check - PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
merge_group:
concurrency:
group: "title-checker-${{ github.head_ref || github.ref }}"
cancel-in-progress: true
permissions:
pull-requests: read
jobs:
pr_title_checker:
name: validate
# Skip merge-queue PRs
if: contains(github.ref_name, 'gh-readonly-queue/main/') != true
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}