From fb260cb3a16818dd261896a35f25825e3e832844 Mon Sep 17 00:00:00 2001 From: delangle Date: Thu, 31 Aug 2023 09:11:21 +0200 Subject: [PATCH] [github] Do not add plan:Pro and plan:Premium labels on pro/premium issues --- .github/ISSUE_TEMPLATE/3.pro-support.yml | 2 +- .github/ISSUE_TEMPLATE/4.premium-support.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3.pro-support.yml b/.github/ISSUE_TEMPLATE/3.pro-support.yml index d78b1f202a16..7c1676668682 100644 --- a/.github/ISSUE_TEMPLATE/3.pro-support.yml +++ b/.github/ISSUE_TEMPLATE/3.pro-support.yml @@ -1,7 +1,7 @@ name: 'Pro plan: question ❔' description: I'm a Pro plan user, I can't find a solution to my problem with MUI X. title: '[question] ' -labels: ['status: needs triage', 'pro plan', 'support: commercial'] +labels: ['status: needs triage', 'support: commercial'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/4.premium-support.yml b/.github/ISSUE_TEMPLATE/4.premium-support.yml index 14820c37b7f1..405b613b156e 100644 --- a/.github/ISSUE_TEMPLATE/4.premium-support.yml +++ b/.github/ISSUE_TEMPLATE/4.premium-support.yml @@ -1,7 +1,7 @@ name: 'Premium plan: question ❔' description: I'm a Premium plan user, I can't find a solution to my problem with MUI X. title: '[question] ' -labels: ['status: needs triage', 'Premium plan', 'support: commercial'] +labels: ['status: needs triage', 'support: commercial'] body: - type: markdown attributes: