Skip to content

Commit f3bb3a5

Browse files
authored
chore: update commitlint.yml
the pull_request_target event runs in the base context, e.g. the main branch, not in the pr branch therefore this fails for new elements, because the commitlint script can't find the element name for an element which doesn't exist yet on main
1 parent 4920a43 commit f3bb3a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/commitlint.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ on:
88
- edited
99
- synchronize
1010
- reopened
11-
pull_request_target:
12-
types:
13-
- opened
14-
- edited
15-
- synchronize
16-
- reopened
1711

1812
pull_request_review:
1913
types:

0 commit comments

Comments
 (0)