MCPcopy
hub / github.com/pyodide/pyodide / add_backport_pr

Function add_backport_pr

tools/backport.py:542–553  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

540
541
542def add_backport_pr(args):
543 for pr_number in args.pr_numbers:
544 run(
545 [
546 "gh",
547 "pr",
548 "edit",
549 pr_number,
550 "--add-label",
551 "needs backport",
552 ]
553 )
554
555
556def clear_backport_prs(args) -> None:

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…