Skip to content

Commit

Permalink
fix(ci) update labeler to pull_request_target (#8717)
Browse files Browse the repository at this point in the history
Related to this change #8716

We will see labeler failing on community PRs without this change.
  • Loading branch information
skrdgraph authored Mar 2, 2023
1 parent 6971dec commit bda0851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: labeler
on:
pull_request:
pull_request_target:
branches:
- main
- "release/v**"
Expand All @@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.GH_TOKEN }}"

0 comments on commit bda0851

Please sign in to comment.