From a13759d01133a197416bfebf5d14e7c24b9037d9 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Tue, 7 Oct 2025 07:18:21 -0400 Subject: [PATCH] chore: make commitlint failure not block merging this is necessary since I can't force a merge anymore and commits from renovate at times have commit messages longer than commitlint allows --- .github/workflows/commitlint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index f5cf4c3b..573d45cb 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -9,6 +9,7 @@ jobs: commitlint: runs-on: ubuntu-latest name: Conventional Commitlint + continue-on-error: true permissions: contents: read pull-requests: read