Conversation
There was a problem hiding this comment.
Pull request overview
Updates GitHub automation configs to improve PR auto-labeling and to apply the new A-deps label to Dependabot-generated PRs.
Changes:
- Reworked
.github/labeler.ymllabel definitions into “areas” and “crates”, adding new labels (A-ci,A-docs,A-deps) and updating file globs. - Updated
.github/dependabot.ymlto add default assignees and apply theA-depslabel to Dependabot PRs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| .github/labeler.yml | Adds/renames label rules and updates glob patterns for auto-labeling. |
| .github/dependabot.yml | Adds assignees and A-deps label to Dependabot update PRs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
.github/dependabot.yml
Outdated
| assignees: | ||
| - cot-rs/maintainers | ||
| labels: | ||
| - A-deps |
There was a problem hiding this comment.
Same issue here: assignees expects individual GitHub usernames; an org/team slug like cot-rs/maintainers may break or be ignored by Dependabot. Prefer reviewers for a team, or list usernames under assignees.
There was a problem hiding this comment.
@copilot provide docs pages that show reviewers is a valid field
|
| Branch | automatic-labeler |
| Testbed | github-ubuntu-latest |
Click to view all benchmark results
| Benchmark | Latency | Benchmark Result microseconds (µs) (Result Δ%) | Upper Boundary microseconds (µs) (Limit %) |
|---|---|---|---|
| empty_router/empty_router | 📈 view plot 🚷 view threshold | 6,021.70 µs(+0.73%)Baseline: 5,977.82 µs | 7,170.38 µs (83.98%) |
| json_api/json_api | 📈 view plot 🚷 view threshold | 1,026.50 µs(-0.64%)Baseline: 1,033.12 µs | 1,191.23 µs (86.17%) |
| nested_routers/nested_routers | 📈 view plot 🚷 view threshold | 957.51 µs(+0.54%)Baseline: 952.34 µs | 1,092.51 µs (87.64%) |
| single_root_route/single_root_route | 📈 view plot 🚷 view threshold | 927.26 µs(+1.50%)Baseline: 913.60 µs | 1,051.21 µs (88.21%) |
| single_root_route_burst/single_root_route_burst | 📈 view plot 🚷 view threshold | 19,318.00 µs(+9.69%)Baseline: 17,610.86 µs | 21,143.00 µs (91.37%) |
be5ad98 to
36c3088
Compare
36c3088 to
778e5e4
Compare
This comment was marked as spam.
This comment was marked as spam.
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Description
Improve automatic labeling and align it with new labels.
Type of change