Skip to content

Commit 667cea5

Browse files
committed
Use pull_request_target for the size action
1 parent 0a02961 commit 667cea5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/size-label.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Size Label
22

3-
on: pull_request
3+
on:
4+
pull_request_target:
5+
types: [ assigned, opened, synchronize, reopened ]
46

57
jobs:
68
size-label:

0 commit comments

Comments
 (0)