diff --git a/.github/workflows/check_pr_name.yaml b/.github/workflows/check_pr_name.yaml new file mode 100644 index 0000000000..2792c96e1e --- /dev/null +++ b/.github/workflows/check_pr_name.yaml @@ -0,0 +1,13 @@ +name: PRs name check + +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