From f3bb3a547daf067ab7da1389ec5f3a64a6e10c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benny=20Powers=20-=20=D7=A2=D7=9D=20=D7=99=D7=A9=D7=A8?= =?UTF-8?q?=D7=90=D7=9C=20=D7=97=D7=99!?= Date: Thu, 5 Jun 2025 12:38:18 +0300 Subject: [PATCH] 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 --- .github/workflows/commitlint.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 5587a261b9..2df0443a1f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -8,12 +8,6 @@ on: - edited - synchronize - reopened - pull_request_target: - types: - - opened - - edited - - synchronize - - reopened pull_request_review: types: