Skip to content

Commit

Permalink
Add the missing github_branch meta field (#2847)
Browse files Browse the repository at this point in the history
  • Loading branch information
triplepoint committed Dec 31, 2022
1 parent 7c9a970 commit a0b06c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ansiblelint/schemas/__store__.json
Expand Up @@ -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": {
Expand Down
7 changes: 6 additions & 1 deletion src/ansiblelint/schemas/meta.json
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit a0b06c2

Please sign in to comment.