Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add lib:http-spec label (#5795)
Browse files Browse the repository at this point in the history
timotheeguerin authored Jan 28, 2025
1 parent 65ba85a commit 2c1f17e
Showing 5 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/policies/issues.triage.generated.yml
Original file line number Diff line number Diff line change
@@ -31,6 +31,8 @@ configuration:
label: lib:rest
- hasLabel:
label: lib:versioning
- hasLabel:
label: lib:http-specs
- hasLabel:
label: meta:blog
- hasLabel:
@@ -91,6 +93,8 @@ configuration:
label: lib:rest
- labelAdded:
label: lib:versioning
- labelAdded:
label: lib:http-specs
- labelAdded:
label: meta:blog
- labelAdded:
@@ -152,6 +156,8 @@ configuration:
label: lib:rest
- labelRemoved:
label: lib:versioning
- labelRemoved:
label: lib:http-specs
- labelRemoved:
label: meta:blog
- labelRemoved:
@@ -204,6 +210,8 @@ configuration:
label: lib:rest
- hasLabel:
label: lib:versioning
- hasLabel:
label: lib:http-specs
- hasLabel:
label: meta:blog
- hasLabel:
7 changes: 7 additions & 0 deletions .github/policies/prs.triage.generated.yml
Original file line number Diff line number Diff line change
@@ -59,6 +59,13 @@ configuration:
then:
- addLabel:
label: lib:versioning
- if:
- includesModifiedFiles:
files:
- packages/http-specs/**/*
then:
- addLabel:
label: lib:http-specs
- if:
- includesModifiedFiles:
files:
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -310,6 +310,7 @@ Area of the codebase
| `lib:openapi` | #c7aee6 | |
| `lib:rest` | #c7aee6 | |
| `lib:versioning` | #c7aee6 | |
| `lib:http-specs` | #c7aee6 | For issues/prs related to the @typespec/http-specs package |
| `meta:blog` | #007dc8 | Blog updates |
| `meta:website` | #007dc8 | TypeSpec.io updates |
| `tspd` | #004185 | Issues for the tspd tool |
1 change: 1 addition & 0 deletions eng/common/config/area.ts
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ export const AreaPaths: Record<keyof typeof AreaLabels, string[]> = {
"lib:openapi": ["packages/openapi/"],
"lib:rest": ["packages/rest/"],
"lib:versioning": ["packages/versioning/"],
"lib:http-specs": ["packages/http-specs/"],
"meta:blog": ["blog/"],
"meta:website": ["website/"],
tspd: ["packages/tspd/"],
4 changes: 4 additions & 0 deletions eng/common/config/labels.ts
Original file line number Diff line number Diff line change
@@ -35,6 +35,10 @@ export const AreaLabels = defineLabels({
color: "c7aee6",
description: "",
},
"lib:http-specs": {
color: "c7aee6",
description: "For issues/prs related to the @typespec/http-specs package",
},
"meta:blog": {
color: "007dc8",
description: "Blog updates",

0 comments on commit 2c1f17e

Please sign in to comment.