diff --git a/.github/workflows/pr-title-checker.yaml b/.github/workflows/pr-title-checker.yaml index 0cc7032c..8ddb0485 100644 --- a/.github/workflows/pr-title-checker.yaml +++ b/.github/workflows/pr-title-checker.yaml @@ -1,13 +1,20 @@ name: PR Title Checker -on: [pull_request] +on: + pull_request: + types: + - opened + - edited + - synchronize + - labeled + - unlabeled jobs: check: name: pr-title-check runs-on: ubuntu-latest steps: - - uses: thehanimo/pr-title-checker@v1.3.4 + - uses: thehanimo/pr-title-checker@v1.4.0 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false