Skip to content

Commit 22d28c5

Browse files
tadeleshCopilot
andcommitted
chore: sync labels for emitter:go
Ran pnpm sync-labels to regenerate triage policy files and CONTRIBUTING.md labels reference with the new emitter:go area label. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ff41435 commit 22d28c5

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/policies/issues.triage.generated.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

.github/policies/prs.triage.generated.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)