Skip to content

Commit 3973f6b

Browse files
authored
ci: use pr-target in condition (#33)
1 parent ee6db2f commit 3973f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
labeler:
5252
name: Label PR
5353
runs-on: ubuntu-latest
54-
if: github.event_name == 'pull_request'
54+
if: github.event_name == 'pull_request_target'
5555
permissions:
5656
contents: read
5757
pull-requests: write

0 commit comments

Comments
 (0)