Skip to content

Commit 24851bd

Browse files
authored
Fix.
1 parent 284c006 commit 24851bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ensure-pr-label.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Verify PR Labels
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [opened, labeled, unlabeled, synchronize]
66

77
jobs:
@@ -10,4 +10,4 @@ jobs:
1010
with:
1111
github-token: '${{ secrets.GITHUB_TOKEN }}'
1212
valid-labels: 'pr: non-breaking, pr: breaking change, pr: new feature'
13-
pull-request-number: '${{ github.event.pull_request.number }}'
13+
disable-reviews: true

0 commit comments

Comments
 (0)