From 1a76c5baf34b92758b5ddde7a9ba1a5ce5670ada Mon Sep 17 00:00:00 2001 From: Antonin Bas Date: Sun, 7 Jul 2024 20:35:34 -0700 Subject: [PATCH] Remove references to VMware CLA in github-labels.md (#6495) There has not been a CLA for this project for years, at least not since it became a CNCF project. Signed-off-by: Antonin Bas --- docs/contributors/github-labels.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/contributors/github-labels.md b/docs/contributors/github-labels.md index 2fb6874659b..712671af665 100644 --- a/docs/contributors/github-labels.md +++ b/docs/contributors/github-labels.md @@ -125,8 +125,6 @@ The labels in this list originated within Kubernetes at | Label | Description | Added By | |-------|-------------|----------| | approved | Indicates a PR has been approved by owners in accordance with [GOVERNANCE.md](../../GOVERNANCE.md) guidelines. | Maintainers | -| vmware-cla: no | Indicates the PR's author has not signed the [VMware CLA](https://cla.vmware.com/faq) | VMware CLA Bot | -| vmware-cla: yes | Indicates the PR's author has signed the [VMware CLA](https://cla.vmware.com/faq) | VMware CLA Bot | | do-not-merge/hold | Indicates a PR should not be merged because someone has issued a /hold command | Merge Bot | | do-not-merge/work-in-progress | Indicates that a PR should not be merged because it is a work in progress. | Merge Bot | | lgtm | Indicates that a PR is ready to be merged. | Merge Bot |