@@ -23,6 +23,7 @@ Some examples of variants you can use:
23
23
* ` @rustbot modify labels to +T-lang and -T-compiler `
24
24
* ` @rustbot modify labels: +T-lang and -T-compiler `
25
25
* ` @rustbot modify labels to +T-lang -T-compiler `
26
+ * ` @rustbot labels "+good first issue" `
26
27
27
28
The command can be terminated with a ` . ` , ` ; ` , or the end of the line.
28
29
@@ -35,15 +36,20 @@ Formally the grammar is:
35
36
>   ;  ; | ` labels `
36
37
>
37
38
> label-list →\
38
- >   ;  ;   ;  ; * label-delta* \
39
+ >   ;  ;   ;  ; * label-delta* < sup >+</ sup > \
39
40
>   ;  ; | * label-delta* ` and ` * label-list* \
40
41
>   ;  ; | * label-delta* ` , ` * label-list* \
41
42
>   ;  ; | * label-delta* ` , ` ` and ` * label-list*
42
43
>
43
44
> label-delta →\
44
45
>   ;  ;   ;  ; ` + ` * label* \
45
46
>   ;  ; | ` - ` * label* \
46
- >   ;  ; | * label*
47
+ >   ;  ; | * label* \
48
+ >   ;  ; | ` " ` ` + ` * label-quoted* ` " ` \
49
+ >   ;  ; | ` " ` ` - ` * label-quoted* ` " ` \
50
+ >   ;  ; | ` " ` * label-quoted* ` " `
51
+ >
52
+ > label-quoted → \[ ^"] *
47
53
>
48
54
> label → \[ ^.,:!?;\n() ] +
49
55
@@ -77,4 +83,4 @@ allow-unauthenticated = [
77
83
78
84
## Implementation
79
85
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