Remove references to team-release. (#168780)

Towards https://github.com/flutter/flutter/issues/165019.
This commit is contained in:
Matan Lurey 2025-05-14 12:04:05 -07:00 committed by GitHub
parent 0cf1d34e9b
commit 3a6fe4084a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 13 deletions

6
.github/labeler.yml vendored
View File

@ -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:

1
.github/release.yml vendored
View File

@ -6,7 +6,6 @@ changelog:
labels:
- passed first triage
- passed secondary triage
- team-release
- "team: flakes"
- revert
categories:

View File

@ -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+)