MCPcopy
hub / github.com/pyodide/pyodide / view_prs

Function view_prs

tools/backport.py:574–575  ·  view source on GitHub ↗
(commits)

Source from the content-addressed store, hash-verified

572
573
574def view_prs(commits):
575 run(["gh", "pr", "view", "-w", [str(commit.pr_number) for commit in commits]])
576
577
578def print_commits(commits):

Callers 2

show_missing_changelogsFunction · 0.85
show_not_backportedFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…