You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,16 @@ branding:
9
9
color: 'green'
10
10
inputs:
11
11
types:
12
-
description: "Provide custom types if you don't want the default ones from https://www.conventionalcommits.org"
12
+
description: "Provide custom types (newline delimited) if you don't want the default ones from https://www.conventionalcommits.org."
13
13
required: false
14
14
scopes:
15
-
description: "Configure which scopes are allowed."
15
+
description: "Configure which scopes are allowed (newline delimited)."
16
16
required: false
17
17
requireScope:
18
18
description: "Configure that a scope must always be provided."
19
19
required: false
20
20
disallowScopes:
21
-
description: 'Configure which scopes are disallowed in PR titles.'
21
+
description: 'Configure which scopes are disallowed in PR titles (newline delimited).'
22
22
required: false
23
23
subjectPattern:
24
24
description: "Configure additional validation for the subject based on a regex. E.g. '^(?![A-Z]).+$' ensures the subject doesn't start with an uppercase character."
@@ -36,7 +36,7 @@ inputs:
36
36
description: "If you use Github Enterprise, you can set this to the URL of your server (e.g. https://github.myorg.com/api/v3)"
37
37
required: false
38
38
ignoreLabels:
39
-
description: "If the PR contains one of these labels, the validation is skipped. Multiple labels can be separated by newlines. If you want to rerun the validation when labels change, you might want to use the `labeled` and `unlabeled` event triggers in your workflow."
39
+
description: "If the PR contains one of these labels (newline delimited), the validation is skipped. If you want to rerun the validation when labels change, you might want to use the `labeled` and `unlabeled` event triggers in your workflow."
40
40
required: false
41
41
headerPattern:
42
42
description: "If you're using a format for the PR title that differs from the traditional Conventional Commits spec, you can use this to customize the parsing of the type, scope and subject. The `headerPattern` should contain a regex where the capturing groups in parentheses correspond to the parts listed in `headerPatternCorrespondence`. For more details see: https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#headerpattern"
0 commit comments