- 
                Notifications
    You must be signed in to change notification settings 
- Fork 97
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What
Would like to define labels in triagebot.toml and make them in sync with GitHub. Maybe sync them from triagebot.toml but not the other way around.
From: rust-lang/cargo#11679 (comment)
How
Given an autolabel table:
[autolabel."A-dependency-resolution"]
description = "Area: dependency resolution and the resolver"
color = "fbca04"
trigger_files = [
  "benches/benchsuite/benches/resolve.rs",
  "crates/resolver-tests/",
  "src/cargo/core/resolver/",
]
triagebot will try to create or update that label when triagebot.toml gets updates.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request