From de70e038ab9176a7492d1944adc36e47ae0a12b6 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Tue, 9 Jan 2024 12:54:10 +0000 Subject: [PATCH] Add T-lang-ops and WG-async to calendar repo (#1180) T-lang uses the calendar managed by the `calendar` repository, and the lang team itself already has the correct permissions here. However, the T-lang-ops team mostly handles the scheduling for the T-lang meetings, so T-lang-ops needs perms on this repos also. Let's add those. Separately, WG-async uses the calendar managed by the `calendar` repository and so should also have permissions. --- repos/rust-lang/calendar.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repos/rust-lang/calendar.toml b/repos/rust-lang/calendar.toml index 4bbda22df..bd7b40732 100644 --- a/repos/rust-lang/calendar.toml +++ b/repos/rust-lang/calendar.toml @@ -10,9 +10,11 @@ crates-io = "maintain" docs-rs = "maintain" infra = "maintain" lang = "maintain" +lang-ops = "maintain" leadership-council = "maintain" libs = "maintain" release = "maintain" +wg-async = "maintain" [[branch-protections]] pattern = "main"