Skip to content

Commit 52e2c2d

Browse files
author
Samuel Hopko
authored
INFRA-316 Added default values to match CT policies
1 parent c95e211 commit 52e2c2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ inputs:
88
pattern:
99
description: 'A regex pattern to check if a commit message is valid.'
1010
required: true
11+
default: "([A-Z]+-[0-9]+|TRIVIAL)"
1112
flags:
1213
description: 'Expression flags change how the expression is interpreted.'
1314
required: false
1415
default: ''
1516
error:
1617
description: 'A error message which will be returned in case of an error.'
1718
required: true
19+
default: "Failed to find Jira ID in some of the PR's commit messages"
1820
pre_error:
1921
description: 'A error message which will be showed in the begin of errors.'
2022
required: false

0 commit comments

Comments
 (0)