ci: remove unused team label workflow#13950
Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes an obsolete GitHub Actions workflow (team-label) and its associated configuration file to avoid running unused automation and consuming CI resources.
Changes:
- Deleted
.github/workflows/team-label.yaml(unused labeling workflow for new issues/PRs). - Deleted
.github/teams.yml(team list consumed only by the removed workflow).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/team-label.yaml |
Removes the unused “team-label” GitHub Actions workflow. |
.github/teams.yml |
Removes the team configuration file that had no remaining references after workflow deletion. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📦 Binary Size-limit
🙈 Size remains the same at 61.90MB |
Rsdoctor Bundle Diff AnalysisFound 6 projects in monorepo, 6 projects with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 popular-libsPath:
📁 react-10kPath:
📁 react-1kPath:
📁 react-5kPath:
📁 romePath:
📁 ui-componentsPath:
Generated by Rsdoctor GitHub Action |
Merging this PR will degrade performance by 5.59%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | Simulation | rust@persistent_cache_restore@basic-react-development |
18.2 ms | 18.9 ms | -4.06% |
| ❌ | Simulation | js@external getResolve |
1.4 ms | 1.5 ms | -5.59% |
Comparing chenjiahan/remove-team-label-ci (254109e) with main (f33de18)
Summary
This PR removes the unused
team-labelworkflow. The CI is no longer used, and removing it avoids spending CI time on obsolete issue and pull request labeling. It also removes.github/teams.yml, which was only consumed by that workflow and has no remaining references.Checklist