Skip to content

Commit 20c58bf

Browse files
committed
Back to first trial
1 parent d978cdf commit 20c58bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-pull-request-convention.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
steps:
1515
- uses: Slashgear/action-check-pr-title@161cede0311ec624ae3ee76a2c27522f7b6fa2d8
1616
with:
17-
regexp: "\[[a-z/]+\]\s+.+(\(#[0-9]+\))+"
17+
regexp: "[[a-z]]+.+(#[0-9]+)"
1818
flags: "gm"
1919
helpMessage: "Format: '[component] Message (#issuenumber)', see https://github.com/OpenCTI-Platform/opencti/blob/master/CONTRIBUTING.md#how-can-you-contribute"

0 commit comments

Comments
 (0)