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
description: 'Target base branch for investigation'
8
+
required: false
9
+
type: string
10
+
default: ''
11
+
editorconfig-branch:
12
+
description: 'Branch where .editorconfig is placed. If not specified, base-branch will be used.'
13
+
required: false
14
+
type: string
15
+
default: ''
16
+
include-paths:
17
+
description: 'Comma-separated regex patterns for files or directories to include. More info: https://www.gnu.org/software/grep/manual/'
18
+
required: false
19
+
type: string
20
+
default: 'Assets/.*'
21
+
exclude-paths:
22
+
description: 'Exclude files or directories (regex, comma-separated)'
23
+
required: false
24
+
type: string
25
+
default: ''
26
+
review-level:
27
+
description: 'You can change the report level. [info,warning,error] https://github.com/reviewdog/reviewdog?tab=readme-ov-file#reporter-github-checks--reportergithub-pr-check'
28
+
required: false
29
+
type: string
30
+
default: 'warning'
31
+
review-exit-code:
32
+
description: 'Exit code string based on reviewdog exit codes. [any,info,warning,error] https://github.com/reviewdog/reviewdog?tab=readme-ov-file#exit-codes'
33
+
required: false
34
+
type: string
35
+
default: 'error'
36
+
max-log-lines:
37
+
description: 'Maximum number of lines to print from the log'
0 commit comments