From 964095ed084fb20240fee5c12f5dd5e61dbf9f88 Mon Sep 17 00:00:00 2001 From: Dmitri Plotnikov Date: Tue, 26 May 2026 13:40:17 -0700 Subject: [PATCH 1/2] Update README with repository relocation notice Added a notice about the repository moving to a new location on June 16, 2026. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 42d67f87..5e16a9ac 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Common Expression Language + + + + +
+

On June 16, 2026, this repository will move to github.com/cel-expr/cel-spec!
Please update your links and dependencies. See the pinned issue for details.

+
+ The Common Expression Language (CEL) implements common semantics for expression evaluation, enabling different applications to more easily interoperate. From 9d0bde057bec7c5531af3bcd6bfc3ee0ff282744 Mon Sep 17 00:00:00 2001 From: Dmitri Plotnikov Date: Tue, 26 May 2026 14:04:43 -0700 Subject: [PATCH 2/2] Update migration notice format in README.md Use more idiomatic GitHub MD --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5e16a9ac..be94d70f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # Common Expression Language - - - - -
-

On June 16, 2026, this repository will move to github.com/cel-expr/cel-spec!
Please update your links and dependencies. See the pinned issue for details.

-
+> [!WARNING] +> **On June 16, 2026, this repository will move to [github.com/cel-expr/cel-spec](https://github.com/cel-expr/cel-spec)!** +> +> Please update your links and dependencies. See the [pinned issue](https://github.com/google/cel-spec/issues/513) for details. The Common Expression Language (CEL) implements common semantics for expression evaluation, enabling different applications to more easily interoperate.