Skip to content

Commit 2bd109e

Browse files
committed
Use pull_request_target for LabelChecker workflow.
1 parent 7d3b423 commit 2bd109e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enforce-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Label Checker
22
on:
3-
pull_request:
3+
pull_request_target:
44
types: [opened, labeled, unlabeled, synchronize]
55
jobs:
66
enforce-labels:

0 commit comments

Comments
 (0)