Skip to content

Workflow file for this run

name: PRs name check

Check failure on line 1 in .github/workflows/check_pr_name.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check_pr_name.yaml

Invalid workflow file

`pr-name` is not a valid event name
on:
pull_request_target:
types: [opened, edited, reopened, ready_for_review, labeled, unlabeled, synchronize]
pr-name:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.4.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false