From e4abe9387198cacfece0eac53f241a3e7dd2ac76 Mon Sep 17 00:00:00 2001 From: Jonathan Innis Date: Wed, 1 May 2024 17:29:22 -0700 Subject: [PATCH] ci: Remove needs-triage auto-add (#1221) --- .github/ISSUE_TEMPLATE/bug.yaml | 2 +- .github/ISSUE_TEMPLATE/feature.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index b4ccc185b3..b9aae12120 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,6 +1,6 @@ name: Bug description: Report a bug -labels: ['kind/bug', 'needs-triage'] +labels: ['kind/bug'] body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 2797527c79..f631ee16ee 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -1,6 +1,6 @@ name: Feature description: Suggest an idea for a new feature -labels: ['kind/feature', 'needs-triage'] +labels: ['kind/feature'] body: - type: textarea attributes: