Skip to content

Commit 8f6b60d

Browse files
ashleyshawCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]> Signed-off-by: Ash Shaw <[email protected]>
1 parent 1c6698d commit 8f6b60d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/automation/schemas/version.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"title": "Version",
44
"type": "object",
55
"properties": { "version": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$" } },
6-
"required": ["version"]
6+
"required": ["version"],
7+
"additionalProperties": false
78
}

0 commit comments

Comments
 (0)