Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/greet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Greet first-time contributors
on:
issues:
types: [opened]
pull_request:
# pull_request_target, not pull_request: fork PRs get a read-only token under
# pull_request, so posting the greeting would 403. Safe: this job only posts a
# comment and never checks out PR code.
pull_request_target:
types: [opened]

permissions:
Expand Down
Loading