Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
Fix right for labeling external PR
  • Loading branch information
rflamary authored Dec 13, 2024
1 parent 1fa685a commit 3f94804
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,7 +1,7 @@
name: "Pull Request Labeler"

on:
pull_request:
pull_request_target:
branches:
- 'master'
jobs:
Expand All @@ -11,4 +11,4 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v5

0 comments on commit 3f94804

Please sign in to comment.