diff --git a/.github/workflows/issue_pr_comment.yml b/.github/workflows/issue_pr_comment.yml index 6c1a639531..3bce707cec 100644 --- a/.github/workflows/issue_pr_comment.yml +++ b/.github/workflows/issue_pr_comment.yml @@ -78,7 +78,7 @@ jobs: pr-title-check: runs-on: ubuntu-latest - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request_target' steps: - name: Check PR title for required prefix and comment uses: actions/github-script@v9