Allow setting default severity to "notice" (#1213)

This commit is contained in:
Vladimir Panteleev
2021-09-01 20:01:23 +00:00
committed by GitHub
parent e82725b580
commit c5ce52641c
2 changed files with 30 additions and 0 deletions

View File

@@ -350,6 +350,7 @@ namespace GitHub.Runner.Worker
case "":
case "ERROR":
case "WARNING":
case "NOTICE":
break;
default:
throw new ArgumentException($"Matcher '{_owner}' contains unexpected default severity '{_severity}'");