Skip to content

Commit ae4fd90

Browse files
authored
Apply suggestion from @hupling
1 parent 531becd commit ae4fd90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-title-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
uses: Slashgear/action-check-pr-title@v4.3.0
1616
with:
1717
# Erlaubt feat:, fix:, chore:, docs: etc. gefolgt von Text
18-
regexp: "(feat|fix|docs): .++" # Regex the title should match.
18+
regexp: '^(feat|fix|docs)(\(.+\))?: .+'
1919
helpMessage: "Bitte nutze Conventional Commits (z.B. 'feat: add login')."

0 commit comments

Comments
 (0)