From 66494452f1ebdb23d808151caf9cf0d4beaad8e2 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Fri, 21 May 2021 15:36:19 +0200
Subject: [PATCH] chore: automate asking for new package manager info (#10103)

---
 .github/label-actions.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.github/label-actions.yml b/.github/label-actions.yml
index 0a9f4560ed..b963f1ee15 100644
--- a/.github/label-actions.yml
+++ b/.github/label-actions.yml
@@ -99,3 +99,21 @@
         </details>
 
     </details>
+
+'new package manager':
+  comment: >
+    Hi there,
+
+
+    You're requesting support for a new package manager.
+    We need to know some basic information about this package manager first.
+    Please copy/paste [the new package manager questionnaire](https://github.com/renovatebot/renovate/blob/main/docs/development/new-package-manager-template.md), and fill it out in full.
+
+
+    Once the questionnaire is filled out we will evaluate if adding support for this manager is something we want to do.
+
+
+    Good luck,
+
+
+    The Renovate team
-- 
GitLab