Skip to content

Commit 399985c

Browse files
ES-Alexanderpatrickelectric
authored andcommitted
blueos_repository: extension: add initial support for maintainer label
Relevant to #34
1 parent a967dca commit 399985c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueos_repository/extension/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ async def __create_version_from_tag_blob(self, version_tag: Tag, blob: Blob) ->
158158
filter_tags = json5.loads(labels.get("tags", "[]"))
159159

160160
docs_link = links.pop("docs", links.pop("documentation", labels.get("docs", None)))
161-
company_raw = labels.get("company", None)
161+
company_raw = labels.get("company", labels.get("maintainer", None))
162162
permissions_raw = labels.get("permissions", None)
163163

164164
readme = labels.get("readme", None)

0 commit comments

Comments
 (0)