diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5bad7dd3d7d..e3e55323483 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 | diff --git a/eng/common/config/labels.ts b/eng/common/config/labels.ts index 83da5105468..286c297f5f5 100644 --- a/eng/common/config/labels.ts +++ b/eng/common/config/labels.ts @@ -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",