From 9463b2efb83583e1fc6aa515134c4f078a511fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Sat, 20 Jan 2024 18:26:32 +0100 Subject: [PATCH] Add const-eval repo under automation --- repos/rust-lang/const-eval.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 repos/rust-lang/const-eval.toml diff --git a/repos/rust-lang/const-eval.toml b/repos/rust-lang/const-eval.toml new file mode 100644 index 000000000..308bbc76c --- /dev/null +++ b/repos/rust-lang/const-eval.toml @@ -0,0 +1,7 @@ +org = "rust-lang" +name = "const-eval" +description = "home for proposals in and around compile-time function evaluation" +bots = [] + +[access.teams] +wg-const-eval = "write"