Skip to content

build(deps): bump pnpm/action-setup from 3 to 4 in the production-dependencies group #218

build(deps): bump pnpm/action-setup from 3 to 4 in the production-dependencies group

build(deps): bump pnpm/action-setup from 3 to 4 in the production-dependencies group #218

name: PR Title Checker
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
- labeled
- unlabeled
- auto_merge_enabled
branches:
- main
jobs:
check:
name: 'PR: Title Check'
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.4.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: '.github/pr-title-checker-config.json'