Skip to content

Check the PR title in standard format #1

Check the PR title in standard format

Check the PR title in standard format #1

name: Check the PR title in standard format
on:
workflow_dispatch:
pull_request:
jobs:
pr-title-validator:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.4.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: .github/pr-title-checker-config.json