Skip to content

Commit d3059c2

Browse files
committed
Use pull_request_target in PR project assignment.
Closes spring-projects#520
1 parent 4ad4831 commit d3059c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [opened, edited, reopened]
88
issue_comment:
99
types: [created]
10-
pull_request:
10+
pull_request_target:
1111
types: [opened, edited, reopened]
1212

1313
jobs:

0 commit comments

Comments
 (0)