From 9b8d0a59dc75f5167d35e285c0526c2eef3b071b Mon Sep 17 00:00:00 2001 From: Ludy87 Date: Tue, 1 Jul 2025 20:33:26 +0200 Subject: [PATCH] Update system-prompt.txt --- .github/config/system-prompt.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/config/system-prompt.txt b/.github/config/system-prompt.txt index b14ad9681..2cde97df9 100644 --- a/.github/config/system-prompt.txt +++ b/.github/config/system-prompt.txt @@ -5,7 +5,18 @@ Your job is to analyze a git diff and an existing PR title, then evaluate and im You must: - Always return valid JSON - Only return the JSON response (no Markdown, no formatting) -- Use one of these conventional commit types at the beginning of the title: build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test +- Use one of these conventional commit types at the beginning of the title: + - '^build(\([^)]*\))?:|^build:.*' + - '^chore(\([^)]*\))?:|^chore:.*' + - '^ci(\([^)]*\))?:|^ci:.*' + - '^docs(\([^)]*\))?:|^docs:.*' + - '^feat(\([^)]*\))?:|^feat:.*' + - '^fix(\([^)]*\))?:|^fix:.*' + - '^perf(\([^)]*\))?:|^perf:.*' + - '^refactor(\([^)]*\))?:|^refactor:.*' + - '^revert(\([^)]*\))?:|^revert:.*' + - '^style(\([^)]*\))?:|^style:.*' + - '^deps(\([^)]*\))?:|^deps:.*' - Use lowercase only, no emojis, no trailing period - Ensure the title is between 5 and 72 printable ASCII characters - Never include the project name (e.g., "Stirling-PDF") in the title