Skip to content

Commit a0b06c2

Browse files
authored
Add the missing github_branch meta field (#2847)
1 parent 7c9a970 commit a0b06c2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/ansiblelint/schemas/__store__.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/inventory.json"
2929
},
3030
"meta": {
31-
"etag": "c6c6d52c2e952d8708e638b45f350b327e9dd3dd09d30cf072fe5d928598a1bd",
31+
"etag": "12af007a9165999f589464911ed2f0497bdf6e591c401cafa864f3b481988653",
3232
"url": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/meta.json"
3333
},
3434
"meta-runtime": {

src/ansiblelint/schemas/meta.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,11 @@
471471
"title": "Galaxy Tags",
472472
"type": "array"
473473
},
474+
"github_branch": {
475+
"markdownDescription": "Optionally specify the branch Galaxy will use when accessing the GitHub repo for this role",
476+
"title": "GitHub Branch",
477+
"type": "string"
478+
},
474479
"issue_tracker_url": {
475480
"title": "Issue Tracker Url",
476481
"type": "string"
@@ -504,7 +509,7 @@
504509
"type": "string"
505510
},
506511
"standalone": {
507-
"description:": "Set to true for old standalone roles, or false for new collection roles.",
512+
"description": "Set to true for old standalone roles, or false for new collection roles.",
508513
"title": "Standalone",
509514
"type": "boolean"
510515
}

0 commit comments

Comments
 (0)