merge: Set "Automatically delete head branches" on by default

This commit is contained in:
bbhtt
2024-07-09 19:23:13 +05:30
parent 4f57602218
commit 5b657a2de5
+1 -1
View File
@@ -179,7 +179,7 @@ def main():
print("Creating new repo on Flathub")
repo = org.create_repo(appid)
time.sleep(5)
repo.edit(homepage=f"https://flathub.org/apps/details/{appid}")
repo.edit(homepage=f"https://flathub.org/apps/details/{appid}", delete_branch_on_merge=True)
print("Adding flathub remote")
clone.remotes.create(