File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ configuration:
3131 label : emitter:python
3232 - hasLabel :
3333 label : emitter:typescript
34+ - hasLabel :
35+ label : emitter:go
3436 - hasLabel :
3537 label : emitter:client:all
3638 - hasLabel :
@@ -65,6 +67,8 @@ configuration:
6567 label : emitter:python
6668 - labelAdded :
6769 label : emitter:typescript
70+ - labelAdded :
71+ label : emitter:go
6872 - labelAdded :
6973 label : emitter:client:all
7074 - labelAdded :
@@ -100,6 +104,8 @@ configuration:
100104 label : emitter:python
101105 - labelRemoved :
102106 label : emitter:typescript
107+ - labelRemoved :
108+ label : emitter:go
103109 - labelRemoved :
104110 label : emitter:client:all
105111 - labelRemoved :
@@ -126,6 +132,8 @@ configuration:
126132 label : emitter:python
127133 - hasLabel :
128134 label : emitter:typescript
135+ - hasLabel :
136+ label : emitter:go
129137 - hasLabel :
130138 label : emitter:client:all
131139 - hasLabel :
Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ configuration:
5353 then :
5454 - addLabel :
5555 label : emitter:typescript
56+ - if :
57+ - includesModifiedFiles :
58+ files :
59+ - packages/typespec-go/**/*
60+ then :
61+ - addLabel :
62+ label : emitter:go
5663 - if :
5764 - includesModifiedFiles :
5865 files :
Original file line number Diff line number Diff line change @@ -439,6 +439,7 @@ Area of the codebase
439439| ` emitter:autorest ` | #957300 | Issues for @azure-tools/typespec-autorest emitter |
440440| ` emitter:python ` | #957300 | Issues for @azure-tools/typespec-python emitter |
441441| ` emitter:typescript ` | #957300 | Issues for @azure-tools/typespec-ts emitter |
442+ | ` emitter:go ` | #957300 | Issues for @azure-tools/typespec-go emitter |
442443| ` emitter:client:all ` | #957300 | General client emitter issues that do not involve TCGC or typespec-azure-http-specs |
443444| ` eng ` | #65bfff | |
444445| ` ide ` | #846da1 | Issues for Azure specific ide features |
You can’t perform that action at this time.
0 commit comments