We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d978cdf commit 20c58bfCopy full SHA for 20c58bf
.github/workflows/check-pull-request-convention.yml
@@ -14,6 +14,6 @@ jobs:
14
steps:
15
- uses: Slashgear/action-check-pr-title@161cede0311ec624ae3ee76a2c27522f7b6fa2d8
16
with:
17
- regexp: "\[[a-z/]+\]\s+.+(\(#[0-9]+\))+"
+ regexp: "[[a-z]]+.+(#[0-9]+)"
18
flags: "gm"
19
helpMessage: "Format: '[component] Message (#issuenumber)', see https://github.com/OpenCTI-Platform/opencti/blob/master/CONTRIBUTING.md#how-can-you-contribute"
0 commit comments