Skip to content

Commit

Permalink
[GA] Fix labeler action (#2885)
Browse files Browse the repository at this point in the history
### Changes

revert to pull_request_target for labeler

### Reason for changes

Permission issue
  • Loading branch information
AlexanderDokuchaev authored Aug 13, 2024
1 parent 1e315f6 commit d02c613
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,7 +1,7 @@
name: "Pull Request Labeler"
permissions: read-all

on: [pull_request]
on: [pull_request_target]

jobs:
set-label:
Expand Down

0 comments on commit d02c613

Please sign in to comment.