Skip to content

Commit

Permalink
use pull_request, not target
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDanielson authored Oct 12, 2023
1 parent 2f75b58 commit bd4e6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apply-labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Apply project labels
on: [issues, pull_request_target, label]
on: [issues, pull_request, label]
jobs:
apply-labels:
name: Apply common project labels
Expand Down

0 comments on commit bd4e6df

Please sign in to comment.