...
Description
Adds or removes one more allowed labels to on the pull request. If no action is specified, then the action defaults to "add". Labels have the same name as the development mailing lists without the -dev suffix, e.g. the label "hotspot" corresponds to the "hotspot-dev" mailing list. The mailing list bridge will send the RFR e-mail according to the labels on the pull request.
Examples
/label add hotspot
/label remove build,core-libs
/label 2d
...
Description
Adds one or more allowed labels mailing lists to the notifications for pull requeset. Labels have the same name as requests. Lists are the names of the development mailing lists without the -dev suffix, e.g. the label list "hotspot" corresponds to the "hotspot-dev" mailing list. The mailing list bridge will send the RFR e-mail according to the labels on the pull request.
Examples
/cc hotspot-gc hotspot-runtime
/cc core-libs
...