Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/README_LABELING.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Indicates which area of the codebase this affects.
| `area/ci` | CI/CD infrastructure, workflows, automation |
| `area/utilities` | Utility scripts, helper tools |
| `area/cloudrunners` | Cloud runner infrastructure |
| `area/automation` | Automation workflows and scripts |
| `area/dot-project` | utilities/dot-project scaffolding and tooling |
| `area/infrastructure` | Infrastructure, deployment, IaC |
| `area/observability` | Observability, monitoring, logging |
| `area/ambassadors` | CNCF Ambassadors program |
Expand Down
32 changes: 29 additions & 3 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,39 @@ labels:
- name: init/stale
description: Initiative is no longer actively being worked on
color: b60205
- name: dependencies
description: Dependency updates or dependency-related work (e.g. modules, renovate, supply chain)
color: 8250DF
- name: kind/dd
description: Project DD or item related to the DD process
color: 8250DF
- name: kind/automation
description: Automated or bot-driven change; CI-generated issues/PRs
color: 8250DF
- name: kind/bug
description: Bug or issue
color: 8250DF
- name: kind/chore
description: Chore or maintenance
color: 8250DF
- name: kind/docker
description: Dockerfiles, containers, images, or container tooling
color: 8250DF
- name: kind/docs
description: Docs related changes or updates
color: 8250DF
- name: kind/enhancement
description: General items related to enhancements or improvements.
color: 8250DF
- name: kind/external-gha
description: External or third-party GitHub Actions integrations
color: 8250DF
- name: kind/github-actions
description: This repository’s workflows, reusable actions, and GitHub Actions tooling
color: 8250DF
- name: kind/go
description: Go code, tooling, or modules in this repository
color: 8250DF
- name: kind/initiative
description: An initiative or an item related to imitative processes
color: 8250DF
Expand Down Expand Up @@ -247,8 +265,8 @@ labels:
- name: area/cloudrunners
description: Cloud runner infrastructure
color: 7057FF
- name: area/automation
description: Automation scripts and workflows
- name: area/dot-project
description: utilities/dot-project scaffolding and bootstrap tooling
color: 7057FF
- name: area/infrastructure
description: Infrastructure and deployment
Expand All @@ -271,6 +289,9 @@ labels:
- name: needs-status
description: Indicates an issue or PR missing a status label
color: ededed
- name: good-first-issue
description: Good entry point for new contributors (small scope, guidance available)
color: FBCA04



Expand Down Expand Up @@ -503,11 +524,16 @@ ruleset:
rules:
- matchList:
- needs-kind
- kind/automation
- kind/bug
- kind/chore
- kind/dd
- kind/docker
- kind/docs
- kind/enhancement
- kind/external-gha
- kind/github-actions
- kind/go
- kind/initiative
- kind/meeting
- kind/question
Expand Down Expand Up @@ -653,7 +679,7 @@ ruleset:
- area/ci
- area/utilities
- area/cloudrunners
- area/automation
- area/dot-project
- area/infrastructure
- area/observability
- area/ambassadors
Expand Down