Skip to content

Commit cf5eb82

Browse files
committed
Don't run label workflow on edited event types
To avoid rate limit.
1 parent 67e977a commit cf5eb82

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

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

76
permissions: {}
87

0 commit comments

Comments
 (0)