Skip to content

Commit f2f7ee4

Browse files
authored
fix(ci): change missed pull_request to pull_request_target (#2873)
1 parent cf931d4 commit f2f7ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue_pr_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
pr-title-check:
8080
runs-on: ubuntu-latest
81-
if: github.event_name == 'pull_request'
81+
if: github.event_name == 'pull_request_target'
8282
steps:
8383
- name: Check PR title for required prefix and comment
8484
uses: actions/github-script@v9

0 commit comments

Comments
 (0)