-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
A-shortcutsArea: Shortcut commandsArea: Shortcut commandsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Currently the label names handled by the shortcut command are hardcoded:
triagebot/src/handlers/shortcut.rs
Lines 29 to 31 in a2ae093
let waiting_on_review = "S-waiting-on-review"; | |
let waiting_on_author = "S-waiting-on-author"; | |
let blocked = "S-blocked"; |
That would enforce other repos to use the exact same names, but that restriction shouldn't be necessary and we should be able to change them as we want.
Metadata
Metadata
Assignees
Labels
A-shortcutsArea: Shortcut commandsArea: Shortcut commandsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers