Skip to content

Commit 8e305b3

Browse files
kartbenstephanosio
authored andcommitted
ci: Run greeting workflow on pull_request_target
In order to be able to comment on PR, the workflow requires a GITHUB_TOKEN with appropriate write permissions, which are only provided when running in the context of the base of the pull request. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent a004a85 commit 8e305b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/greet_first_time_contributor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Greet first time contributor
33
on:
44
issues:
55
types: [opened]
6-
pull_request:
6+
pull_request_target:
77
types: [opened, closed]
88

99
jobs:

0 commit comments

Comments
 (0)