From 43d3dfb7c529763af945cadcd94d07c4d0e3b612 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 28 Feb 2022 11:19:21 -0500 Subject: [PATCH] boards: add maintainer to the platform yaml file Each board needs to have a maintainer to allow automatic assignment and adding reviewers when pull requests concerning the platform are being submitted. This is now a placeholder so we can start adding maintainers early, the data is not being used anywhere yet. Signed-off-by: Anas Nashif --- scripts/schemas/twister/platform-schema.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/schemas/twister/platform-schema.yaml b/scripts/schemas/twister/platform-schema.yaml index c677b76572..2deaa8be1d 100644 --- a/scripts/schemas/twister/platform-schema.yaml +++ b/scripts/schemas/twister/platform-schema.yaml @@ -13,6 +13,10 @@ type: map mapping: "identifier": type: str + "maintainers": + type: seq + seq: + - type: str "name": type: str "type":