From eb21f321a4a5fa280c72d858404e95661e4239ea Mon Sep 17 00:00:00 2001 From: David Poblador i Garcia Date: Sun, 3 May 2026 09:54:31 +0200 Subject: [PATCH] ci: allow revert as a conventional PR title type git revert produces commits like Revert "feat: foo" and Conventional Commits lists revert as a standard type, so revert PRs would otherwise fail the title check unnecessarily. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/pr-title-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 9ecea02..9442348 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -26,6 +26,7 @@ jobs: perf ci build + revert requireScope: false subjectPattern: ^.+$ subjectPatternError: |