Skip to content

Commit a4f9603

Browse files
marcphilippOgu1208
authored andcommitted
Only run on "opened" and "reopened" event types
To avoid hitting the rate limit Signed-off-by: Ogu1208 <kdasunb6@gmail.com>
1 parent 6440c19 commit a4f9603

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/label-pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Copy labels from linked issues to PR
22

33
on:
4-
pull_request_target: # zizmor: ignore[dangerous-triggers]
4+
pull_request_target:
5+
types: [opened, reopened] # zizmor: ignore[dangerous-triggers]
56

67
permissions: {}
78

0 commit comments

Comments
 (0)