Skip to content

Commit 4fa8954

Browse files
committed
updating
1 parent 4314aeb commit 4fa8954

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: Check Pull Request title convention
1+
name: "Check Pull Request title convention"
22
on:
33
pull_request:
4-
types: [opened, edited]
5-
pull_request_target:
6-
types: [opened, edited]
7-
4+
branches: [master]
5+
types: [opened, edited, reopened, ready_for_review, synchronize]
6+
permissions:
7+
contents: read
88
jobs:
99
check-pr-title-convention:
1010
name: Check that title follow convention
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
1414
steps:
15-
- uses: Slashgear/action-check-pr-title@161cede0311ec624ae3ee76a2c27522f7b6fa2d8
16-
with:
17-
regexp: "[[a-z]]+.+(#[0-9]+)"
18-
helpMessage: "Format: '[component] Message (#issuenumber)', see https://github.com/OpenCTI-Platform/opencti/blob/master/CONTRIBUTING.md#how-can-you-contribute"
15+
- uses: Slashgear/action-check-pr-title@161cede0311ec624ae3ee76a2c27522f7b6fa2d8
16+
with:
17+
regexp: "[[a-z]]+.+(#[0-9]+)"
18+
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)