bugfix: dont close branches on merges between environments

This commit is contained in:
Jonathan Teran
2026-05-22 16:18:56 -03:00
parent 9c89f4d638
commit 8ee01290ef
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -111,6 +111,7 @@ def create_pull_request(token: str, branch: str, target: str):
target,
title,
changelog.generate_content(target, branch),
branch not in environments
)
success(message)