From bd3fb35ba21d3ed858ba1e62712a3adffd231bef Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <ardumont@softwareheritage.org>
Date: Thu, 28 Sep 2023 15:15:13 +0200
Subject: [PATCH] Update staging deployment template with default label

---
 .gitlab/issue_templates/deploy-new-stack-in-staging.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab/issue_templates/deploy-new-stack-in-staging.md b/.gitlab/issue_templates/deploy-new-stack-in-staging.md
index 1036474..1726520 100644
--- a/.gitlab/issue_templates/deploy-new-stack-in-staging.md
+++ b/.gitlab/issue_templates/deploy-new-stack-in-staging.md
@@ -2,6 +2,8 @@
 
 /milestone %<milestone>
 
+/label ~"activity::deployment"
+
 - [ ] swh-apps: Build image (if required)
 - [ ] swh-charts: Bump values to the new version ^
 - [ ] Deploy
-- 
GitLab