From 7d2dda97b3610747867861c0c7155f3e2ad94a47 Mon Sep 17 00:00:00 2001 From: Renaud Chaput Date: Wed, 16 Jul 2025 09:17:21 +0200 Subject: [PATCH] Remove the "to triage" label status (#35394) --- .github/ISSUE_TEMPLATE/1.web_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/2.server_bug_report.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.web_bug_report.yml b/.github/ISSUE_TEMPLATE/1.web_bug_report.yml index bb4b71dd9f7..2261275a432 100644 --- a/.github/ISSUE_TEMPLATE/1.web_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.web_bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report (Web Interface) description: There is a problem using Mastodon's web interface. -labels: ['status/to triage', 'area/web interface'] +labels: ['area/web interface'] type: Bug body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/2.server_bug_report.yml b/.github/ISSUE_TEMPLATE/2.server_bug_report.yml index c6d7e8e16b6..99ec9cf146f 100644 --- a/.github/ISSUE_TEMPLATE/2.server_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/2.server_bug_report.yml @@ -1,7 +1,6 @@ name: Bug Report (server / API) description: | There is a problem with the HTTP server, REST API, ActivityPub interaction, etc. -labels: ['status/to triage'] type: 'Bug' body: - type: markdown