Add a script for a robot to open up pull requests

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
This commit is contained in:
Mario Limonciello
2023-10-05 22:19:32 -05:00
parent 1be48f85d4
commit 4d6190714d
3 changed files with 293 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ def main():
"contrib/templates/debian.control",
"contrib/templates/debian.copyright",
"contrib/templates/rpm.spec",
"contrib/process_linux_firmware.py",
]
)
known_prefixes = set(name for name in whence_list if name.endswith("/"))