File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 3668
3668
}
3669
3669
]
3670
3670
}
3671
+ },
3672
+ {
3673
+ "taskType" : " trigger" ,
3674
+ "capabilityId" : " IssueResponder" ,
3675
+ "subCapability" : " IssuesOnlyResponder" ,
3676
+ "version" : " 1.0" ,
3677
+ "config" : {
3678
+ "conditions" : {
3679
+ "operator" : " and" ,
3680
+ "operands" : [
3681
+ {
3682
+ "name" : " isAction" ,
3683
+ "parameters" : {
3684
+ "action" : " opened"
3685
+ }
3686
+ },
3687
+ {
3688
+ "name" : " bodyContains" ,
3689
+ "parameters" : {
3690
+ "bodyPattern" : " (AOT)/gi" ,
3691
+ "isRegex" : true
3692
+ }
3693
+ },
3694
+ {
3695
+ "name" : " hasLabel" ,
3696
+ "parameters" : {
3697
+ "label" : " INTERNAL: Debug"
3698
+ }
3699
+ },
3700
+ {
3701
+ "name" : " isInMilestone" ,
3702
+ "parameters" : {}
3703
+ }
3704
+ ]
3705
+ },
3706
+ "eventType" : " issue" ,
3707
+ "eventNames" : [
3708
+ " issues" ,
3709
+ " project_card"
3710
+ ],
3711
+ "taskName" : " Label AOT related issues appropriately" ,
3712
+ "actions" : [
3713
+ {
3714
+ "name" : " addLabel" ,
3715
+ "parameters" : {
3716
+ "label" : " NativeAOT"
3717
+ }
3718
+ }
3719
+ ]
3720
+ }
3671
3721
}
3672
3722
],
3673
3723
"userGroups" : []
You can’t perform that action at this time.
0 commit comments