Skip to content

Commit 983db96

Browse files
authored
update pr desc check event (#33)
Update event to `pull_request_target` Signed-off-by: Yanxuan Liu <[email protected]>
1 parent 64aa18a commit 983db96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-desc-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
name: pr description check
1717

1818
on:
19-
pull_request:
19+
pull_request_target:
2020
types: [opened, edited, reopened]
2121

2222
jobs:

0 commit comments

Comments
 (0)