8000 [BUGFIX] add excludeTitle, checkAllCommitMesssages and accessToken to… · openmsa/commit-message-checker@3a7b8e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a7b8e4

Browse files
authored
[BUGFIX] add excludeTitle, checkAllCommitMesssages and accessToken to valid inputs (GsActions#20)
1 parent 6041496 commit 3a7b8e4

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

action.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,22 @@ inputs:
1212
error:
1313
description: 'A error message which will be returned in case of an error.'
1414
required: true
15+
excludeTitle:
16+
description: 'Setting this input to true will exclude the Pull Request title from the check.'
17+
required: false
18+
default: 'false'
1519
excludeDescription:
16-
description: 'Setting this input to 1 will exclude the Pull Request description from the check.'
20+
description: 'Setting this input to true will exclude the Pull Request description from the check.'
21+
required: false
22+
default: 'false'
23+
checkAllCommitMessages:
24+
description: 'Setting this input to true will check all Pull Request commits'
25+
required: false
26+
default: 'false'
27+
accessToken:
28+
description: 'you must provide GITHUB_TOKEN to this input if checkAllCommitMessages is true'
1729
required: false
18-
default: ''
30+
default: 'false'
1931
runs:
2032
using: node12
2133
main: dist/index.js

0 commit comments

Comments
 (0)
0