From f9e5f22ffaea5e48f95a883df4b25de0af8e5677 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 25 Nov 2023 01:18:54 +0100 Subject: [PATCH] fix(ci): temp disable PR check Needs fixing before next release but is currently blocking progress. --- .commitsar.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.commitsar.yaml b/.commitsar.yaml index 4e08cf6e..f3a2719d 100644 --- a/.commitsar.yaml +++ b/.commitsar.yaml @@ -3,5 +3,6 @@ verbose: true commits: strict: true disabled: false -pull_request: - conventional: true +## Needs investigation +# pull_request: +# conventional: true