From 396543230f522c23f9aeac129f05fbc00b517586 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 ab42c8f0..812d2b41 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}"