Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 443 Bytes

multi-value-selection.md

File metadata and controls

10 lines (7 loc) · 443 Bytes

Multi Value Selection

Code Review is currently using completing-read-multiple function which allows us to choose more than 1 option for the header fields of your Pull Request e.g. Labels, Milestones, Projects, and others.

If you provide an empty candidate, all the current labels will be removed from the PR.

completing-read-multiple works by separating each value with a comma. You can also see a list of candidates by pressing TAB.