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
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,20 @@ inputs:
8
8
description: A token with access to your repository scoped in as a secret
9
9
required: true
10
10
config_path:
11
+
required: false
11
12
description: Path to configuration file
12
13
default: './.github/prcolinterrc.json'
13
14
rules:
15
+
required: false
14
16
description: 'Rule set for commit linter. For examples, see https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/index.js'
15
17
comment:
18
+
required: false
16
19
description: Add a lint report as a comment on the PR
17
-
default: true
20
+
default: 'true'
18
21
delete_comment:
22
+
required: false
19
23
description: Whether to scrub old lint reports from comments
0 commit comments