Seems like that was merged with conflict or failure
This commit is contained in:
Timothee Guerin 2024-09-04 10:58:53 -07:00 коммит произвёл GitHub
Родитель eacbc248f8
Коммит 74627ec770
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 27 добавлений и 25 удалений

5
.github/policies/prs.triage.generated.yml поставляемый
Просмотреть файл

@ -95,8 +95,9 @@ configuration:
- addLabel:
label: emitter:client:java
- if:
- filesMatchPattern:
pattern: packages/http-client-python/.*
- includesModifiedFiles:
files:
- packages/http-client-python/**/*
then:
- addLabel:
label: emitter:client:python

Просмотреть файл

@ -302,7 +302,7 @@ TypeSpec repo use labels to help categorize and manage issues and PRs. The follo
Area of the codebase
| Name | Color | Description |
| ---------------------------- | ------- | ---------------------------------------------------------------- |
| ---------------------------- | ------- | ----------------------------------------------------------------- |
| `compiler:core` | #453261 | Issues for @typespec/compiler |
| `compiler:emitter-framework` | #453261 | Issues for the emitter framework |
| `ide` | #846da1 | Issues for VS, VSCode, Monaco, etc. |
@ -313,8 +313,9 @@ Area of the codebase
| `meta:blog` | #007dc8 | Blog updates |
| `meta:website` | #007dc8 | TypeSpec.io updates |
| `tspd` | #004185 | Issues for the tspd tool |
| `emitter:client:csharp` | #e1b300 | Issue for the C# client emitter: @typespec/emitter-client-csharp |
| `emitter:client:java` | #e1b300 | Issue for the Java client emitter: @typespec/emitter-client-java |
| `emitter:client:csharp` | #e1b300 | Issue for the C# client emitter: @typespec/http-client-csharp |
| `emitter:client:java` | #e1b300 | Issue for the Java client emitter: @typespec/http-client-java |
| `emitter:client:python` | #e1b300 | Issue for the Python client emitter: @typespec/http-client-python |
| `emitter:json-schema` | #957300 | |
| `emitter:protobuf` | #957300 | The protobuf emitter |
| `emitter:openapi3` | #957300 | Issues for @typespec/openapi3 emitter |