@@ -23,6 +23,7 @@ Some examples of variants you can use:
2323* ` @rustbot modify labels to +T-lang and -T-compiler `
2424* ` @rustbot modify labels: +T-lang and -T-compiler `
2525* ` @rustbot modify labels to +T-lang -T-compiler `
26+ * ` @rustbot labels "+good first issue" `
2627
2728The command can be terminated with a ` . ` , ` ; ` , or the end of the line.
2829
@@ -35,15 +36,20 @@ Formally the grammar is:
3536>   ;  ; | ` labels `
3637>
3738> label-list →\
38- >   ;  ;   ;  ; * label-delta* \
39+ >   ;  ;   ;  ; * label-delta* < sup >+</ sup > \
3940>   ;  ; | * label-delta* ` and ` * label-list* \
4041>   ;  ; | * label-delta* ` , ` * label-list* \
4142>   ;  ; | * label-delta* ` , ` ` and ` * label-list*
4243>
4344> label-delta →\
4445>   ;  ;   ;  ; ` + ` * label* \
4546>   ;  ; | ` - ` * label* \
46- >   ;  ; | * label*
47+ >   ;  ; | * label* \
48+ >   ;  ; | ` " ` ` + ` * label-quoted* ` " ` \
49+ >   ;  ; | ` " ` ` - ` * label-quoted* ` " ` \
50+ >   ;  ; | ` " ` * label-quoted* ` " `
51+ >
52+ > label-quoted → \[ ^"] *
4753>
4854> label → \[ ^.,:!?;\n() ] +
4955
@@ -77,4 +83,4 @@ allow-unauthenticated = [
7783
7884## Implementation
7985
80- See [ ` src/handlers/autolabel .rs ` ] ( https://github.com/rust-lang/triagebot/blob/HEAD/src/handlers/autolabel .rs ) .
86+ See [ ` src/handlers/relabel .rs ` ] ( https://github.com/rust-lang/triagebot/blob/HEAD/src/handlers/relabel .rs ) .
0 commit comments