We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531becd commit ae4fd90Copy full SHA for ae4fd90
1 file changed
.github/workflows/pr-title-check.yml
@@ -15,5 +15,5 @@ jobs:
15
uses: Slashgear/action-check-pr-title@v4.3.0
16
with:
17
# Erlaubt feat:, fix:, chore:, docs: etc. gefolgt von Text
18
- regexp: "(feat|fix|docs): .++" # Regex the title should match.
+ regexp: '^(feat|fix|docs)(\(.+\))?: .+'
19
helpMessage: "Bitte nutze Conventional Commits (z.B. 'feat: add login')."
0 commit comments