From a43e895796b534cad2cd9837e4cb47c1c0cfa730 Mon Sep 17 00:00:00 2001 From: Braden Napier Date: Wed, 15 Jul 2020 22:21:03 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21f9948..5dffebd 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ You provide configuration properties within your workflow by using the `with` pr | issueSummaryType | string | compact | false | Changes the PR comment to be "full" (as shown on actions page) or "compact" | | 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' | | issueSummaryOnlyOnEvent | boolean | false | false | Only provide the issue summary comment if there are warnings or errors present? | -| annotateWarnings | boolean | true | false | By setting this to "false", only errors will be annotated | | reportSuggestions | boolean | true | false | Report suggestions when available within the annotations? | | reportIgnoredFiles | boolean | false | false | Report a list of any ignored files? | +| reportWarnings | boolean | true | false | By setting this to "false", only errors will be annotated | | reportWarningsAsErrors | boolean | false | false | Report any eslint warnings as errors? | | extensions | array | .js,.jsx,.ts,.tsx | false | An array of extensions to lint | | includeGlob | array | \*\*/\* | false | Optional array of globs to include from the changed files list |