Skip to content

Commit 9ea437f

Browse files
authored
Allow newWarning as a value for failsOn setting (#1731)
1 parent f95036a commit 9ea437f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Actions/settings.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
},
296296
"failOn": {
297297
"type": "string",
298-
"pattern": "^(none|warning|error)$",
298+
"pattern": "^(none|warning|error|newWarning)$",
299299
"description": "See https://aka.ms/ALGoSettings#failon"
300300
},
301301
"treatTestFailuresAsWarnings": {

0 commit comments

Comments
 (0)