From 0755daa4818ed05e151afe8d35b3c43bd22529ca Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Tue, 9 May 2023 19:34:40 +0200
Subject: [PATCH] chore: add pr:discussion-first and needs-details label
 actions (#22060)

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

diff --git a/.github/label-actions.yml b/.github/label-actions.yml
index e0f3205b11..fc769f744e 100644
--- a/.github/label-actions.yml
+++ b/.github/label-actions.yml
@@ -178,6 +178,26 @@
 
     The Renovate team
 
+'pr:discussion-first':
+  comment: >
+    **Please create a GitHub Discussion before continuing with this PR.**
+
+
+    Thank you for your PR, but we need to discuss the requirements and implementation first.
+    This PR will be closed, but you can reopen it after the discussion has been resolved.
+
+
+    Thanks, The Renovate team
+  close: true
+
+'needs-details':
+  comment: >
+    Hi there,
+
+
+    This discussion is missing some details, making it difficult or impossible to help you.
+    Please try again to provide more details.
+
 'needs-discussion':
   unlabel:
     - 'type:bug'
-- 
GitLab