From 32174adda7405bf52804eae5e190541918a00df8 Mon Sep 17 00:00:00 2001 From: Arnel Arnautovic Date: Tue, 18 Jul 2023 17:02:16 +0200 Subject: [PATCH] ToDo: Create Pull Request and Merge automated or manually? --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index a2b1918..08e7297 100644 --- a/main.py +++ b/main.py @@ -415,6 +415,7 @@ if __name__ == "__main__": if is_commit == True: git_push(repo_, "origin", branch, "Dashboard cleanup") + # ToDo Create Pull Request and Merge --> Manually or via Code? # except Exception as e: # print("FINAL Exception:", e)