Skip to content

Commit 9945fe7

Browse files
authored
Merge pull request #727 from xcp-ng/gln/pkg-missing-maintainer-qsvk
2 parents 8b636cf + 192c346 commit 9945fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pkg_in_pipe/pkg_in_pipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def find_pull_requests(gh, repo, start_sha, end_sha):
335335
if build['source'] is not None:
336336
(repo, sha) = parse_source(build['source'])
337337
prs = find_pull_requests(gh, repo, sha, previous_build_sha)
338-
maintained_by = PACKAGES.get(repo.split('/')[-1], {}).get('maintainer')
338+
maintained_by = PACKAGES.get(tagged['package_name'], {}).get('maintainer')
339339
build_url = f'https://koji.xcp-ng.org/buildinfo?buildID={tagged["build_id"]}'
340340
build_issues = filter_issues(issues, [build_url] + [pr.html_url for pr in prs])
341341
print_table_line(

0 commit comments

Comments
 (0)