Skip to content

Commit 3d25ef8

Browse files
SK-1772: Update commit message pattern (#152)
* SK-1772: Update commit message pattern
1 parent ce6c329 commit 3d25ef8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Check JIRA ID
1111
uses: gsactions/commit-message-checker@v1
1212
with:
13-
pattern: '\[?[A-Z]{1,5}-[1-9][0-9]*.+$'
13+
pattern: '(\[?[A-Z]{1,5}-[1-9][0-9]*)|(\[AUTOMATED\])|(Merge)|(Release).+$'
1414
flags: 'gm'
1515
excludeDescription: 'true'
1616
checkAllCommitMessages: 'true'
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-python@v2
2424
with:
25-
python-version: '3.7'
25+
python-version: '3.8'
2626

2727
- name: create-json
2828
id: create-json

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v2
1414
with:
15-
python-version: '3.7'
15+
python-version: '3.8'
1616

1717
- name: create-json
1818
id: create-json

0 commit comments

Comments
 (0)