Skip to content

Commit 4c9fa04

Browse files
authored
Merge pull request #25 from matmar10/v1
V1
2 parents dc82097 + c4e8f91 commit 4c9fa04

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,20 @@ inputs:
88
description: A token with access to your repository scoped in as a secret
99
required: true
1010
config_path:
11+
required: false
1112
description: Path to configuration file
1213
default: './.github/prcolinterrc.json'
1314
rules:
15+
required: false
1416
description: 'Rule set for commit linter. For examples, see https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/index.js'
1517
comment:
18+
required: false
1619
description: Add a lint report as a comment on the PR
17-
default: true
20+
default: 'true'
1821
delete_comment:
22+
required: false
1923
description: Whether to scrub old lint reports from comments
20-
default: true
24+
default: 'true'
2125

2226
runs:
2327
using: node12

logo.sketch

164 KB
Binary file not shown.

0 commit comments

Comments
 (0)