From a0b06c2f924ab3a70c1c9a0cbbbe0cdf7813aac6 Mon Sep 17 00:00:00 2001 From: Jonathan Hanson Date: Sat, 31 Dec 2022 04:00:18 -0800 Subject: [PATCH] Add the missing github_branch meta field (#2847) --- src/ansiblelint/schemas/__store__.json | 2 +- src/ansiblelint/schemas/meta.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/ansiblelint/schemas/__store__.json b/src/ansiblelint/schemas/__store__.json index 9b9cdd5c1d..2fc5f5449f 100644 --- a/src/ansiblelint/schemas/__store__.json +++ b/src/ansiblelint/schemas/__store__.json @@ -28,7 +28,7 @@ "url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/inventory.json" }, "meta": { - "etag": "c6c6d52c2e952d8708e638b45f350b327e9dd3dd09d30cf072fe5d928598a1bd", + "etag": "12af007a9165999f589464911ed2f0497bdf6e591c401cafa864f3b481988653", "url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/meta.json" }, "meta-runtime": { diff --git a/src/ansiblelint/schemas/meta.json b/src/ansiblelint/schemas/meta.json index c92f47e0ef..88cd124d2c 100644 --- a/src/ansiblelint/schemas/meta.json +++ b/src/ansiblelint/schemas/meta.json @@ -471,6 +471,11 @@ "title": "Galaxy Tags", "type": "array" }, + "github_branch": { + "markdownDescription": "Optionally specify the branch Galaxy will use when accessing the GitHub repo for this role", + "title": "GitHub Branch", + "type": "string" + }, "issue_tracker_url": { "title": "Issue Tracker Url", "type": "string" @@ -504,7 +509,7 @@ "type": "string" }, "standalone": { - "description:": "Set to true for old standalone roles, or false for new collection roles.", + "description": "Set to true for old standalone roles, or false for new collection roles.", "title": "Standalone", "type": "boolean" }