Skip to content

Commit

Permalink
ci: Use pull_request_target for Labeler instead (#2372)
Browse files Browse the repository at this point in the history
* ci: Use pull_request_target for Labeler instead

Signed-off-by: Xuanwo <[email protected]>

* Add more scope

Signed-off-by: Xuanwo <[email protected]>

* Remove not needed types

Signed-off-by: Xuanwo <[email protected]>

---------

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored May 30, 2023
1 parent 3a887b2 commit 21cf4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pr_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
name: PR Labeler

on:
pull_request:
types: [opened, edited, synchronize, reopened]
pull_request_target:
branches: [main]

permissions:
pull-requests: write
Expand Down

0 comments on commit 21cf4ec

Please sign in to comment.