From 242ed75442d7e771f460fdc139003b3107c05d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 18 Mar 2024 18:56:02 +0100 Subject: [PATCH] Add Wishlist label to pr created by store --- store/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/store/app.py b/store/app.py index ab42c8f..812d2b4 100644 --- a/store/app.py +++ b/store/app.py @@ -414,6 +414,7 @@ Description: {description} head=new_branch, base=repo.default_branch, ) + pr.add_to_labels("Wishlist") url = f"https://github.com/YunoHost/apps/pull/{pr.number}"