diff --git a/repos/rust-lang/calendar-generation.toml b/repos/rust-lang/calendar-generation.toml new file mode 100644 index 000000000..f4dca790d --- /dev/null +++ b/repos/rust-lang/calendar-generation.toml @@ -0,0 +1,11 @@ +org = "rust-lang" +name = "calendar-generation" +description = "Generate iCalendar documents from calendar specifications in TOML. See rust-lang/calendar." +bots = ["rustbot"] + +[access.teams] +compiler = "write" +infra = "write" + +[[branch-protections]] +pattern = "main" diff --git a/repos/rust-lang/calendar.toml b/repos/rust-lang/calendar.toml new file mode 100644 index 000000000..4bbda22df --- /dev/null +++ b/repos/rust-lang/calendar.toml @@ -0,0 +1,18 @@ +org = "rust-lang" +name = "calendar" +description = "Calendars for Rust project teams" +bots = ["rustbot"] + +[access.teams] +compiler = "maintain" +compiler-contributors = "maintain" +crates-io = "maintain" +docs-rs = "maintain" +infra = "maintain" +lang = "maintain" +leadership-council = "maintain" +libs = "maintain" +release = "maintain" + +[[branch-protections]] +pattern = "main"