File tree 2 files changed +35
-2
lines changed
2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change @@ -3219,10 +3219,16 @@ configuration:
3219
3219
- payloadType : Issues
3220
3220
- or :
3221
3221
- titleContains :
3222
- pattern : ' [Aa]z \b(account| group|resource|provider|feature|tag|policy|lock|managedapp|resourcemanagement)\b'
3222
+ pattern : ' [Aa]z \b(group|resource|provider|feature|tag|policy|lock|managedapp|resourcemanagement)\b'
3223
3223
isRegex : True
3224
3224
- bodyContains :
3225
- pattern : ' [Aa]z \b(account|group|resource|provider|feature|tag|policy|lock|managedapp|resourcemanagement)\b'
3225
+ pattern : ' [Aa]z \b(group|resource|provider|feature|tag|policy|lock|managedapp|resourcemanagement)\b'
3226
+ isRegex : True
3227
+ - titleContains :
3228
+ pattern : ' [Aa]z account (clear|get-access-token|list|list-locations|set|show)\b'
3229
+ isRegex : True
3230
+ - bodyContains :
3231
+ pattern : ' [Aa]z account (clear|get-access-token|list|list-locations|set|show)\b'
3226
3232
isRegex : True
3227
3233
- or :
3228
3234
- isAction :
@@ -3240,6 +3246,31 @@ configuration:
3240
3246
- addLabel :
3241
3247
label : question
3242
3248
description : ' [arm] auto assign labels and users based on issue description.'
3249
+ - if :
3250
+ - payloadType : Issues
3251
+ - or :
3252
+ - titleContains :
3253
+ pattern : ' [Aa]z account\b(?!\s+(clear|get-access-token|list|list-locations|set|show)\b)'
3254
+ isRegex : True
3255
+ - bodyContains :
3256
+ pattern : ' [Aa]z account\b(?!\s+(clear|get-access-token|list|list-locations|set|show)\b)'
3257
+ isRegex : True
3258
+ - or :
3259
+ - isAction :
3260
+ action : Opened
3261
+ then :
3262
+ - addLabel :
3263
+ label : Auto-Assign
3264
+ - addLabel :
3265
+ label : ARM
3266
+ - assignTo :
3267
+ users :
3268
+ - jiasli
3269
+ - addLabel :
3270
+ label : Azure CLI Team
3271
+ - addLabel :
3272
+ label : question
3273
+ description : ' [arm] auto assign labels and users based on issue description. '
3243
3274
- if :
3244
3275
- payloadType : Issues
3245
3276
- or :
Original file line number Diff line number Diff line change @@ -117,3 +117,5 @@ pip.log
117
117
118
118
az_command_coverage.txt
119
119
120
+ # cmd coverage
121
+ cmd_coverage /*
You can’t perform that action at this time.
0 commit comments