Skip to content

Commit

Permalink
use correct trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Mar 22, 2024
1 parent f40e3da commit 965b794
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/community-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
name: Label community PRs

on:
pull_request:
# have to use pull_request_target since community PRs come from forks
pull_request_target:
types: [opened, ready_for_review]

defaults:
Expand Down

0 comments on commit 965b794

Please sign in to comment.