From 9c1e36eae8199af955d6068d21266ffe3376c397 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 15 Aug 2025 14:33:07 -0700 Subject: [PATCH] clarify that staging repos are automatically published Kubernetes-commit: e49f6116f9eec5d48f2c8913e598fef496644d01 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f287298..aed9d291 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> ⚠️ **This is a [staging repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. +> ⚠️ **This is an automatically published [staged repository](https://git.k8s.io/kubernetes/staging#external-repository-staging-area) for Kubernetes**. > Contributions, including issues and pull requests, should be made to the main Kubernetes repository: [https://github.com/kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). > This repository is read-only for importing, and not used for direct contributions. > See [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.