Skip to content

Instantly share code, notes, and snippets.

@michicc
michicc / backport-languages.py
Last active January 27, 2023 23:26 — forked from TrueBrain/backport-languages.py
Backporting of PRs and language changes
"""
Put this file in a master checkout under .github/.
It should be next to backport.py.
"""
import argparse
import glob
import subprocess
import shlex