name: PR Title on: pull_request: types: [opened, edited, reopened, synchronize] permissions: read-all jobs: validate: runs-on: ubuntu-latest steps: - uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70 # v1.4.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} configuration_path: ".github/pr-title-checker-config.json"