Skip to content

2024-03-26 - Comment cleanup #4

2024-03-26 - Comment cleanup

2024-03-26 - Comment cleanup #4

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