Skip to content

Commit 676e115

Browse files
committed
chore(ci): update of CLA workflow
Removed `synchronize` and `closed` types of pull_request_target trigger
1 parent 47ef142 commit 676e115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cla.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
issue_comment:
55
types: [created]
66
pull_request_target:
7-
types: [opened, closed, synchronize]
7+
types: [opened]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)