From 157c43f8ebef1a38ee5e937088ac32b23f8719d1 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Fri, 26 Feb 2021 12:16:56 +0100
Subject: [PATCH] chore: automatically label incoming bugs/feature requests
 (#8874)

---
 .github/ISSUE_TEMPLATE/bug_report.md      |  1 +
 .github/ISSUE_TEMPLATE/feature_request.md |  1 +
 .github/label-actions.yml                 | 11 -----------
 3 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index e651a56a48..25b6c70686 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,6 +1,7 @@
 ---
 name: Bug report
 about: You've found a bug with Renovate
+labels: 'type:bug, status:requirements'
 ---
 
 <!--
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 183575f733..463ea4d5e9 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,6 +1,7 @@
 ---
 name: Feature request
 about: Suggest an idea for this project
+labels: 'type:feature, status:requirements'
 ---
 
 **What would you like Renovate to be able to do?**
diff --git a/.github/label-actions.yml b/.github/label-actions.yml
index 5cb0e46abf..3dd5ca7fc6 100644
--- a/.github/label-actions.yml
+++ b/.github/label-actions.yml
@@ -27,14 +27,3 @@
 
     The Renovate team will take a look at the reproduction repository.
     Once we confirm the provided repository reproduces the problem, the label will be changed to `reproduction:confirmed`.
-
-'status:requirements':
-  comment: >
-    This issue has been labeled with `status:requirements`. This indicates that we don't know enough to start work and further requirements or a reproduction are needed first.
-
-
-    This label will be replaced with `status:ready` once all requirements and reproductions necessary to start work have been met.
-
-
-    If it's not clear _what_ is missing to move this issue forward, ask for clarification in a new comment.
-    If you think we already have what we need to move forward, mention this in a new comment.
-- 
GitLab