blob: 92963b0837c342488417bb242f18d79a2c16fb3d [file] [edit]
name: "PR Title Checker"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
check:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false