From 7c42f3b0c9bc1f2e29c4478ec6f5923c0225d0d5 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 6 Nov 2024 17:04:14 +0100 Subject: [PATCH] sqdfqsdf --- .github/workflows/check-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-title.yml b/.github/workflows/check-title.yml index ada9daa..721ce78 100644 --- a/.github/workflows/check-title.yml +++ b/.github/workflows/check-title.yml @@ -12,5 +12,5 @@ jobs: - name: "Check title" uses: Slashgear/action-check-pr-title@v4.3.0 with: - regexp: "\\[(API,)?(DEV-OPS|DOC|FEAT|FIX|FIX\\-CI|STYLE)\\] .++" + regexp: "\\[(API,)?(DEV-OPS|DOC|FEAT|FIX|FIX\\-CI|STYLE)\\][A-Za-z0-9 ,.'\\-!]+$" helpMessage: "Title of the PR MUST respect format: \"[{TYPE}] clear description without typos in english\" with {TYPE}:
[API] Change API that permit to access on the application (un-compatibility only). This one can specifically added with [API,{TYPE}]
[DEV-OPS] Update automatic build system, method to deliver application/packages, ...
[DOC] Update or add some documentation.
[FEAT] Develop a new feature
[FIX] When fixing issue
[FIX-CI] When the CI fail to build and we apply a correction to set it work again.
[STYLE] Update of the style tools/checker, or add/remove rules."