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
{{ message }}
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
@@ -77,9 +77,9 @@ You provide configuration properties within your workflow by using the `with` pr
77
77
| issueSummaryType | string | compact | false | Changes the PR comment to be "full" (as shown on actions page) or "compact" |
78
78
| issueSummaryMethod | string | edit | false | When issueSummary is enabled, allows having the bot edit or refresh the comment on each new push, can be 'edit' or 'refresh' |
79
79
| issueSummaryOnlyOnEvent | boolean | false | false | Only provide the issue summary comment if there are warnings or errors present? |
80
+
| annotateWarnings | boolean | true | false | By setting this to "false", only errors will be annotated |
80
81
| reportSuggestions | boolean | true | false | Report suggestions when available within the annotations? |
81
82
| reportIgnoredFiles | boolean | false | false | Report a list of any ignored files? |
82
-
| reportWarnings | boolean | true | false | By setting this to "false", only errors will be annotated |
83
83
| reportWarningsAsErrors | boolean | false | false | Report any eslint warnings as errors? |
84
84
| extensions | array | .js,.jsx,.ts,.tsx | false | An array of extensions to lint |
85
85
| includeGlob | array | \*\*/\* | false | Optional array of globs to include from the changed files list |
0 commit comments