From 136f083c26abaaa31740595546a7d0ee9190de14 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Mon, 25 Sep 2023 13:09:50 +0200 Subject: [PATCH] repo: propose to add a repo for store macro wg webpage This commit is proposing to have a wg webpage for the macros team in order to have a way where to put all the information about the wg. Signed-off-by: Vincenzo Palazzo --- repos/rust-lang/wg-macros.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 repos/rust-lang/wg-macros.toml diff --git a/repos/rust-lang/wg-macros.toml b/repos/rust-lang/wg-macros.toml new file mode 100644 index 000000000..09d3041b0 --- /dev/null +++ b/repos/rust-lang/wg-macros.toml @@ -0,0 +1,10 @@ +org = "rust-lang" +name = "wg-macros" +description = "Home of the Rust Macros Working Gruop" +bots = ["rustbot"] + +[access.teams] +wg-macros = "maintain" + +[[branch-protections]] +pattern = "main"