Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 5d37497

Browse files
bug-fix: first-interaction greeting
Use `pull_request_target` instead of `pull_request` to hopefully fix the problem where the first-interaction greeting fails because of inadequate permissions to add a message on the PR.
1 parent dae8b25 commit 5d37497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Greetings
22

3-
on: [pull_request, issues]
3+
on: [pull_request_target, issues]
44

55
jobs:
66
greeting:

0 commit comments

Comments
 (0)