Skip to content

Commit

Permalink
Update labeler.yml - change trigger to pull_request_target
Browse files Browse the repository at this point in the history
The trigger "pull_request" can at most get read permissions from forks, thus PRs do not get labelled. 

Pull_request_target fixes it.
  • Loading branch information
ivonasto authored Oct 6, 2024
1 parent e005fcb commit 555ebdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: labeler

on: [pull_request]
on: [pull_request_target]

jobs:
labeler:
Expand Down

0 comments on commit 555ebdd

Please sign in to comment.