Skip to content

Commit b69ed09

Browse files
authored
[ISSUE #568]🔨Update label-on-approval.ym
1 parent 85a7d7e commit b69ed09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/label-on-approval.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Add Label on Approval
22

33
on:
4-
pull_request_review:
4+
pull_request_target:
55
types: [ submitted,edited ]
6+
branches: [main]
67

78
permissions:
89
issues: write

0 commit comments

Comments
 (0)