Add migration warning to README
Added a warning about repository migration on June 16, 2026.
diff --git a/README.md b/README.md
index 5318e60..6b71ff7 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,13 @@
[](https://goreportcard.com/report/github.com/google/cel-go)
[][6]
+> [!WARNING]
+> **On June 16, 2026, this repository will move to
+> github.com/cel-expr/cel-go!**
+>
+> Please update your links and dependencies. See the [pinned
+> issue](https://github.com/google/cel-go/issues/1329) for details.
+
The Common Expression Language (CEL) is a non-Turing complete language designed
for simplicity, speed, safety, and portability. CEL's C-like [syntax][1] looks
nearly identical to equivalent expressions in C++, Go, Java, and TypeScript.