From 3a6fe4084aa61d5f522de3c84250039003e6cdb7 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Wed, 14 May 2025 12:04:05 -0700 Subject: [PATCH] Remove references to `team-release`. (#168780) Towards https://github.com/flutter/flutter/issues/165019. --- .github/labeler.yml | 6 +----- .github/release.yml | 1 - docs/triage/README.md | 9 ++------- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9ebf48cd9ad..71a1483e341 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -224,6 +224,7 @@ team-infra: - changed-files: - any-glob-to-any-file: - docs/infra/**/* + - docs/releases/**/* # Keep this synced with CODEOWNERS. team-ios: @@ -237,11 +238,6 @@ team-ios: - packages/flutter_tools/**/*ios* - packages/flutter_tools/**/*macos* -team-release: - - changed-files: - - any-glob-to-any-file: - - docs/releases/**/* - team-tool: - changed-files: - any-glob-to-any-file: diff --git a/.github/release.yml b/.github/release.yml index c8ed3a87d54..5c6decc5293 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -6,7 +6,6 @@ changelog: labels: - passed first triage - passed secondary triage - - team-release - "team: flakes" - revert categories: diff --git a/docs/triage/README.md b/docs/triage/README.md index 1d300204225..b3c220ad6fb 100644 --- a/docs/triage/README.md +++ b/docs/triage/README.md @@ -1,6 +1,6 @@ # Primary issue triage process -The process of triaging new incoming bugs consists of processing the list of [issues without team-* labels, with no assignees, and not labeled `will need additional triage`](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee+-label%3A%22will+need+additional+triage%22+-label%3Ateam-release%2Cteam-codelabs%2Cteam-ecosystem%2Cteam-infra%2Cteam-engine%2Cteam-framework%2Cteam-news%2Cteam-ios%2Cteam-tool%2Cteam-web%2Cteam-linux%2Cteam-macos%2Cteam-windows%2Cteam-design%2Cteam-android%2Cteam-go_router%2Cteam-games%2Cteam-text-input+) as described in this section, so as to make that list empty. +The process of triaging new incoming bugs consists of processing the list of [issues without team-* labels, with no assignees, and not labeled `will need additional triage`](https://github.com/flutter/flutter/issues?q=is%3Aissue%20is%3Aopen%20no%3Aassignee%20-label%3A%22will%20need%20additional%20triage%22%20-label%3Ateam-codelabs%2Cteam-ecosystem%2Cteam-infra%2Cteam-engine%2Cteam-framework%2Cteam-news%2Cteam-ios%2Cteam-tool%2Cteam-web%2Cteam-linux%2Cteam-macos%2Cteam-windows%2Cteam-design%2Cteam-android%2Cteam-go_router%2Cteam-games%2Cteam-text-input) as described in this section, so as to make that list empty. _See also: [Issue triage reports](https://github.com/flutter/flutter/wiki/Issue-triage-reports)_ @@ -69,7 +69,7 @@ In general the flow chart for team assignment is as follows, stopping as soon as - If it's about the flutter/news_toolkit repository, add `team-news`. - If it's about a codelab, add `team-codelab`. -- If it's about the release process or tooling (e.g., `conductor`), add `team-release`. +- If it's about the release process or tooling (e.g., `conductor`), add `team-infra` and `infra: release`. - If it's about the Flutter team's CI or infrastructure, add `team-infra`. - If it's about Impeller, add `team-engine`. - If it's about accessibility (e.g. `Semantics`, `talkBack`, `voiceOver`), add `team-accessibility`. @@ -290,11 +290,6 @@ PRs are reviewed weekly across the framework, packages, and engine repositories: - [Incoming issue list](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Ateam-news%2Cfyi-news+-label%3Atriaged-news+no%3Aassignee+-label%3A%22will+need+additional+triage%22+sort%3Aupdated-asc) - [P0 list](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Ateam-news+label%3AP0+sort%3Aupdated-asc) -### Release team (`team-release`) - -- [Incoming issue list](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Ateam-release%2Cfyi-release+-label%3Atriaged-release+no%3Aassignee+-label%3A%22will+need+additional+triage%22+sort%3Aupdated-asc) -- [P0 list](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3Ateam-release+label%3AP0+sort%3Aupdated-asc) - ### Text Input team (`team-text-input`) - [P0 list](https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22a%3A+text+input%22%2Cteam-text-input%2Cfyi-text-input+sort%3Aupdated-asc+label%3AP0+)