From a37d64609236ca7540a0d97ec348ad8c94640931 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Wed, 6 Nov 2024 10:43:16 +0100
Subject: [PATCH] chore: add 'auto:environment' to label-actions (#32360)

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

diff --git a/.github/label-actions.yml b/.github/label-actions.yml
index 583f939982..dd806c8d1f 100644
--- a/.github/label-actions.yml
+++ b/.github/label-actions.yml
@@ -40,6 +40,22 @@
 
     Thanks, the Renovate team
 
+'auto:environment':
+  comment: >
+    Hi there,
+
+
+    This discussion needs more information about your environment.
+
+
+    Please specify in detail how you are running Renovate, for example:
+      - Are you running via an official Renovate image, or by using the Renovate npm package?
+      - Which exact image tag are you running?
+      - Which config/parameters are you using when running the image?
+      - Which config are you using in your CI/CD pipeline if relevant?
+
+    Thanks, the Renovate team
+
 'auto:logs':
   comment: >
     Hi there,
-- 
GitLab