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.
What
Would like to define labels in
triagebot.tomland make them in sync with GitHub. Maybe sync them fromtriagebot.tomlbut not the other way around.From: rust-lang/cargo#11679 (comment)
How
Given an
autolabeltable:triagebot will try to create or update that label when
triagebot.tomlgets updates.