mirror of
https://github.com/actions/runner.git
synced 2025-12-11 21:06:55 +00:00
Allow setting default severity to "notice" (#1213)
This commit is contained in:
committed by
GitHub
parent
e82725b580
commit
c5ce52641c
@@ -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}'");
|
||||
|
||||
Reference in New Issue
Block a user