Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,11 +466,12 @@ Process labels

Misc labels

| Name | Color | Description |
| ------------------ | ------- | -------------------------------------------------- |
| `good first issue` | #7057ff | Good for newcomers |
| `mq` | #0969da | Good candidate for MQ |
| `int:azure-specs` | #0e8a16 | Run integration tests against azure-rest-api-specs |
| Name | Color | Description |
| ------------------- | ------- | -------------------------------------------------- |
| `agentic-workflows` | #000000 | Issues/PR created by github agentic workflows |
| `good first issue` | #7057ff | Good for newcomers |
| `mq` | #0969da | Good candidate for MQ |
| `int:azure-specs` | #0e8a16 | Run integration tests against azure-rest-api-specs |

<!-- LABEL GENERATED REF END -->

Expand Down
4 changes: 4 additions & 0 deletions eng/common/config/labels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ export default defineConfig({
misc: {
description: "Misc labels",
labels: {
"agentic-workflows": {
color: "000000",
description: "Issues/PR created by github agentic workflows",
},
"good first issue": {
color: "7057ff",
description: "Good for newcomers",
Expand Down
Loading