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
7 changes: 7 additions & 0 deletions label_sync/labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- [Labels that apply to all repos, for both issues and PRs](#labels-that-apply-to-all-repos-for-both-issues-and-prs)
- [Labels that apply to all repos, only for issues](#labels-that-apply-to-all-repos-only-for-issues)
- [Labels that apply to all repos, only for PRs](#labels-that-apply-to-all-repos-only-for-prs)
- [Labels that apply to kubernetes-sigs/agent-sandbox, for both issues and PRs](#labels-that-apply-to-kubernetes-sigsagent-sandbox-for-both-issues-and-prs)
- [Labels that apply to kubernetes-sigs/cluster-api, for both issues and PRs](#labels-that-apply-to-kubernetes-sigscluster-api-for-both-issues-and-prs)
- [Labels that apply to kubernetes-sigs/cluster-api, only for PRs](#labels-that-apply-to-kubernetes-sigscluster-api-only-for-prs)
- [Labels that apply to kubernetes-sigs/cluster-api-operator, for both issues and PRs](#labels-that-apply-to-kubernetes-sigscluster-api-operator-for-both-issues-and-prs)
Expand Down Expand Up @@ -199,6 +200,12 @@ larger set of contributors to apply/remove them.
| <a id="tide/merge-method-rebase" href="#tide/merge-method-rebase">`tide/merge-method-rebase`</a> | Denotes a PR that should be rebased by tide when it merges.| humans | |
| <a id="tide/merge-method-squash" href="#tide/merge-method-squash">`tide/merge-method-squash`</a> | Denotes a PR that should be squashed by tide when it merges. <br><br> This was previously `tide/squash`, | humans | |

## Labels that apply to kubernetes-sigs/agent-sandbox, for both issues and PRs

| Name | Description | Added By | Prow Plugin |
| ---- | ----------- | -------- | --- |
| <a id="overseer" href="#overseer">`overseer`</a> | Overseer label for coderbot-robot review/solve| anyone | |

## Labels that apply to kubernetes-sigs/cluster-api, for both issues and PRs

| Name | Description | Added By | Prow Plugin |
Expand Down
7 changes: 7 additions & 0 deletions label_sync/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1938,6 +1938,13 @@ repos:
target: both
prowPlugin: label
addedBy: anyone
kubernetes-sigs/agent-sandbox:
labels:
- color: 0052cc
description: Overseer label for coderbot-robot review/solve
name: overseer
target: both
addedBy: anyone
kubernetes-sigs/cluster-api:
labels:
- color: c7def8
Expand Down