name: "PR Title Checker" on: pull_request: types: - opened - edited - synchronize - labeled - unlabeled jobs: check-title: runs-on: ubuntu-latest steps: - uses: thehanimo/pr-title-checker@v1.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}