From f1396670a0edecd211c258b88ba92f887d24e730 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Sat, 30 Jul 2022 16:39:01 -0400 Subject: [PATCH] [U] Auto push --- accept-upstream.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/accept-upstream.py b/accept-upstream.py index 438dd553..e07af42c 100644 --- a/accept-upstream.py +++ b/accept-upstream.py @@ -58,6 +58,11 @@ if __name__ == '__main__': # Get commit SHA sha = check_output(shlex.split('git rev-parse --short HEAD')).decode().strip() + # Push + print() + print('Pushing...') + os.system('git push') + # Copy comment to clipboard comment = f""" Thank you for your contribution!