Skip to content

Commit 3d0c982

Browse files
committed
Bug 1970261 - adjust schema definition to new task name maxLength of 255 characters
This is a follow-up to a6da8ba.
1 parent b5829bd commit 3d0c982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemas/task-treeherder-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ properties:
109109
title: 'group name'
110110
type: 'string'
111111
minLength: 1
112-
maxLength: 100
112+
maxLength: 255
113113
groupSymbol:
114114
title: 'group symbol'
115115
description: |

0 commit comments

Comments
 (0)