diff --git a/repos/archive/rust-analyzer/WG-rls2.0.toml b/repos/archive/rust-analyzer/WG-rls2.0.toml new file mode 100644 index 000000000..3e658b36b --- /dev/null +++ b/repos/archive/rust-analyzer/WG-rls2.0.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "WG-rls2.0" +description = "Home for rls2.0 working group" +bots = [] + +[access.teams] + +[access.individuals] +rust-lang-owner = "admin" +Xanewok = "admin" +pnkfelix = "admin" +lnicola = "admin" +Veykril = "admin" +pietroalbini = "admin" +flodiebold = "admin" +matklad = "admin" +wesleywiser = "admin" +MissHolmes = "admin" +skade = "admin" diff --git a/repos/archive/rust-analyzer/lsp-server.toml b/repos/archive/rust-analyzer/lsp-server.toml new file mode 100644 index 000000000..f44ad3f33 --- /dev/null +++ b/repos/archive/rust-analyzer/lsp-server.toml @@ -0,0 +1,29 @@ +org = "rust-analyzer" +name = "lsp-server" +description = "" +bots = [] + +[access.teams] +triage = "triage" + +[access.individuals] +Xanewok = "admin" +dustypomerleau = "triage" +kiljacken = "triage" +JoshMcguigan = "triage" +lnicola = "admin" +bjorn3 = "triage" +pnkfelix = "admin" +SomeoneToIgnore = "triage" +rust-lang-owner = "admin" +Veykril = "admin" +kjeremy = "triage" +MissHolmes = "admin" +edwin0cheng = "triage" +wesleywiser = "admin" +matklad = "admin" +skade = "admin" +pietroalbini = "admin" +lf- = "triage" +Veetaha = "triage" +flodiebold = "admin" diff --git a/repos/archive/rust-analyzer/ra_vfs.toml b/repos/archive/rust-analyzer/ra_vfs.toml new file mode 100644 index 000000000..f177d9578 --- /dev/null +++ b/repos/archive/rust-analyzer/ra_vfs.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "ra_vfs" +description = "VFS used by rust-analyzer" +bots = [] + +[access.teams] + +[access.individuals] +matklad = "admin" +pnkfelix = "admin" +flodiebold = "admin" +skade = "admin" +lnicola = "admin" +Veykril = "admin" +Xanewok = "admin" +pietroalbini = "admin" +MissHolmes = "admin" +wesleywiser = "admin" +rust-lang-owner = "admin" diff --git a/repos/archive/rust-analyzer/rust-project.json-example.toml b/repos/archive/rust-analyzer/rust-project.json-example.toml new file mode 100644 index 000000000..f8c9c25ad --- /dev/null +++ b/repos/archive/rust-analyzer/rust-project.json-example.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "rust-project.json-example" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +Xanewok = "admin" +Veykril = "admin" +pietroalbini = "admin" +wesleywiser = "admin" +rust-lang-owner = "admin" +lnicola = "admin" +flodiebold = "admin" +matklad = "admin" +MissHolmes = "admin" +pnkfelix = "admin" +skade = "admin" diff --git a/repos/archive/rust-analyzer/salsa.toml b/repos/archive/rust-analyzer/salsa.toml new file mode 100644 index 000000000..01c498fab --- /dev/null +++ b/repos/archive/rust-analyzer/salsa.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "salsa" +description = "A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system." +bots = [] + +[access.teams] + +[access.individuals] +wesleywiser = "admin" +rust-lang-owner = "admin" +pnkfelix = "admin" +skade = "admin" +lnicola = "admin" +flodiebold = "admin" +MissHolmes = "admin" +matklad = "admin" +pietroalbini = "admin" +Xanewok = "admin" +Veykril = "admin" diff --git a/repos/archive/rust-dev-tools/rls-analysis.toml b/repos/archive/rust-dev-tools/rls-analysis.toml new file mode 100644 index 000000000..3fd588788 --- /dev/null +++ b/repos/archive/rust-dev-tools/rls-analysis.toml @@ -0,0 +1,15 @@ +org = "rust-dev-tools" +name = "rls-analysis" +description = "Core functionality for handling rustc's save-analysis data" +bots = [] + +[access.teams] + +[access.individuals] +marcoieni = "admin" +nrc = "admin" +pietroalbini = "admin" +Manishearth = "admin" +killercup = "admin" +Xanewok = "admin" +rust-lang-owner = "admin" diff --git a/repos/archive/rust-dev-tools/rls-blacklist.toml b/repos/archive/rust-dev-tools/rls-blacklist.toml new file mode 100644 index 000000000..6375a0a00 --- /dev/null +++ b/repos/archive/rust-dev-tools/rls-blacklist.toml @@ -0,0 +1,15 @@ +org = "rust-dev-tools" +name = "rls-blacklist" +description = "Blacklist of crates for the RLS to skip" +bots = [] + +[access.teams] + +[access.individuals] +pietroalbini = "admin" +Manishearth = "admin" +killercup = "admin" +rust-lang-owner = "admin" +nrc = "admin" +Xanewok = "admin" +marcoieni = "admin" diff --git a/repos/archive/rust-dev-tools/rls-data.toml b/repos/archive/rust-dev-tools/rls-data.toml new file mode 100644 index 000000000..1190bb41e --- /dev/null +++ b/repos/archive/rust-dev-tools/rls-data.toml @@ -0,0 +1,15 @@ +org = "rust-dev-tools" +name = "rls-data" +description = "Data structures used by the RLS and Rust compiler" +bots = [] + +[access.teams] + +[access.individuals] +killercup = "admin" +nrc = "admin" +Manishearth = "admin" +Xanewok = "admin" +pietroalbini = "admin" +marcoieni = "admin" +rust-lang-owner = "admin" diff --git a/repos/archive/rust-dev-tools/rls-rustc.toml b/repos/archive/rust-dev-tools/rls-rustc.toml new file mode 100644 index 000000000..862ddbefe --- /dev/null +++ b/repos/archive/rust-dev-tools/rls-rustc.toml @@ -0,0 +1,15 @@ +org = "rust-dev-tools" +name = "rls-rustc" +description = "A simple shim around rustc to allow using save-analysis with a stable toolchain" +bots = [] + +[access.teams] + +[access.individuals] +rust-lang-owner = "admin" +nrc = "admin" +killercup = "admin" +pietroalbini = "admin" +Manishearth = "admin" +marcoieni = "admin" +Xanewok = "admin" diff --git a/repos/archive/rust-dev-tools/rls-span.toml b/repos/archive/rust-dev-tools/rls-span.toml new file mode 100644 index 000000000..d28fe5923 --- /dev/null +++ b/repos/archive/rust-dev-tools/rls-span.toml @@ -0,0 +1,15 @@ +org = "rust-dev-tools" +name = "rls-span" +description = "Types for identifying code spans/ranges." +bots = [] + +[access.teams] + +[access.individuals] +Xanewok = "admin" +marcoieni = "admin" +Manishearth = "admin" +rust-lang-owner = "admin" +pietroalbini = "admin" +nrc = "admin" +killercup = "admin" diff --git a/repos/archive/rust-dev-tools/rls-vfs.toml b/repos/archive/rust-dev-tools/rls-vfs.toml new file mode 100644 index 000000000..e8b9778a4 --- /dev/null +++ b/repos/archive/rust-dev-tools/rls-vfs.toml @@ -0,0 +1,15 @@ +org = "rust-dev-tools" +name = "rls-vfs" +description = "Virtual File System for the RLS" +bots = [] + +[access.teams] + +[access.individuals] +marcoieni = "admin" +killercup = "admin" +pietroalbini = "admin" +rust-lang-owner = "admin" +Manishearth = "admin" +Xanewok = "admin" +nrc = "admin" diff --git a/repos/archive/rust-embedded/cortex-a.toml b/repos/archive/rust-embedded/cortex-a.toml new file mode 100644 index 000000000..17a99efd0 --- /dev/null +++ b/repos/archive/rust-embedded/cortex-a.toml @@ -0,0 +1,21 @@ +org = "rust-embedded" +name = "cortex-a" +description = "Low level access to Cortex-A processors" +bots = [] + +[access.teams] +triage = "write" +Cortex-A = "write" + +[access.individuals] +jessebraham = "write" +rust-lang-owner = "admin" +nastevens = "admin" +nchong-at-aws = "write" +berkus = "write" +mathk = "write" +raw-bin = "write" +posborne = "admin" +jannic = "write" +adamgreig = "admin" +therealprof = "admin" diff --git a/repos/archive/rust-embedded/cortex-m-rt.toml b/repos/archive/rust-embedded/cortex-m-rt.toml new file mode 100644 index 000000000..3f2c9cefe --- /dev/null +++ b/repos/archive/rust-embedded/cortex-m-rt.toml @@ -0,0 +1,27 @@ +org = "rust-embedded" +name = "cortex-m-rt" +description = "Minimal startup / runtime for Cortex-M microcontrollers" +bots = [] + +[access.teams] +Cortex-M = "maintain" +Highfive = "write" +triage = "write" + +[access.individuals] +thalesfragoso = "maintain" +rust-lang-owner = "admin" +therealprof = "admin" +adamgreig = "admin" +jessebraham = "write" +rust-highfive = "write" +nastevens = "admin" +posborne = "admin" +jannic = "write" +mathk = "write" +newAM = "maintain" + +[[branch-protections]] +pattern = "master" +dismiss-stale-review = true +required-approvals = 0 diff --git a/repos/archive/rust-embedded/cortex-m-semihosting.toml b/repos/archive/rust-embedded/cortex-m-semihosting.toml new file mode 100644 index 000000000..541c1b5bc --- /dev/null +++ b/repos/archive/rust-embedded/cortex-m-semihosting.toml @@ -0,0 +1,27 @@ +org = "rust-embedded" +name = "cortex-m-semihosting" +description = "Semihosting for ARM Cortex-M processors" +bots = [] + +[access.teams] +triage = "write" +Cortex-M = "maintain" +Highfive = "write" + +[access.individuals] +nastevens = "admin" +therealprof = "admin" +thalesfragoso = "maintain" +adamgreig = "admin" +mathk = "write" +newAM = "maintain" +jessebraham = "write" +rust-lang-owner = "admin" +rust-highfive = "write" +jannic = "write" +posborne = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] +dismiss-stale-review = true diff --git a/repos/archive/rust-embedded/docker-rust-cross.toml b/repos/archive/rust-embedded/docker-rust-cross.toml new file mode 100644 index 000000000..0ab7a1793 --- /dev/null +++ b/repos/archive/rust-embedded/docker-rust-cross.toml @@ -0,0 +1,15 @@ +org = "rust-embedded" +name = "docker-rust-cross" +description = "Docker images for testing rust code on many versions and architecures (DEPRECATED)" +bots = [] + +[access.teams] +core-team = "write" + +[access.individuals] +nastevens = "admin" +rust-embedded-bot = "write" +therealprof = "admin" +posborne = "admin" +rust-lang-owner = "admin" +adamgreig = "admin" diff --git a/repos/archive/rust-embedded/itm.toml b/repos/archive/rust-embedded/itm.toml new file mode 100644 index 000000000..272db3d3b --- /dev/null +++ b/repos/archive/rust-embedded/itm.toml @@ -0,0 +1,32 @@ +org = "rust-embedded" +name = "itm" +description = "Tool to parse and dump ITM packets" +bots = [] + +[access.teams] +Highfive = "write" +tools = "admin" +triage = "write" +Cortex-M = "maintain" + +[access.individuals] +nastevens = "admin" +rust-lang-owner = "admin" +posborne = "admin" +rust-highfive = "write" +reitermarkus = "admin" +mathk = "write" +thalesfragoso = "maintain" +jannic = "write" +newAM = "maintain" +therealprof = "admin" +jessebraham = "write" +Emilgardis = "admin" +ryankurte = "admin" +adamgreig = "admin" +burrbull = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] +dismiss-stale-review = true diff --git a/repos/archive/rust-embedded/panic-itm.toml b/repos/archive/rust-embedded/panic-itm.toml new file mode 100644 index 000000000..1f656f93e --- /dev/null +++ b/repos/archive/rust-embedded/panic-itm.toml @@ -0,0 +1,27 @@ +org = "rust-embedded" +name = "panic-itm" +description = "Log panic messages using the ITM (Instrumentation Trace Macrocell)" +bots = [] + +[access.teams] +triage = "write" +Highfive = "write" +Cortex-M = "maintain" + +[access.individuals] +jannic = "write" +newAM = "maintain" +thalesfragoso = "maintain" +nastevens = "admin" +therealprof = "admin" +adamgreig = "admin" +posborne = "admin" +rust-lang-owner = "admin" +jessebraham = "write" +mathk = "write" +rust-highfive = "write" + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] +dismiss-stale-review = true diff --git a/repos/archive/rust-embedded/panic-semihosting.toml b/repos/archive/rust-embedded/panic-semihosting.toml new file mode 100644 index 000000000..b950e1e07 --- /dev/null +++ b/repos/archive/rust-embedded/panic-semihosting.toml @@ -0,0 +1,27 @@ +org = "rust-embedded" +name = "panic-semihosting" +description = "Report panic messages to the host stderr using semihosting" +bots = [] + +[access.teams] +Highfive = "write" +triage = "write" +Cortex-M = "maintain" + +[access.individuals] +posborne = "admin" +rust-lang-owner = "admin" +thalesfragoso = "maintain" +jannic = "write" +jessebraham = "write" +rust-highfive = "write" +mathk = "write" +nastevens = "admin" +newAM = "maintain" +adamgreig = "admin" +therealprof = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] +dismiss-stale-review = true diff --git a/repos/archive/rust-embedded/r0.toml b/repos/archive/rust-embedded/r0.toml new file mode 100644 index 000000000..4be4d442b --- /dev/null +++ b/repos/archive/rust-embedded/r0.toml @@ -0,0 +1,40 @@ +org = "rust-embedded" +name = "r0" +description = "Initialization code (\"crt0\") written in Rust" +bots = [] + +[access.teams] +Cortex-M = "maintain" +Cortex-A = "write" +core = "admin" +Highfive = "write" +msp430 = "write" +RISCV = "write" +triage = "write" + +[access.individuals] +jannic = "write" +posborne = "admin" +YuhanLiin = "write" +nchong-at-aws = "write" +dkhayes117 = "write" +cr1901 = "write" +berkus = "write" +adamgreig = "admin" +rust-highfive = "write" +romancardenas = "write" +MabezDev = "write" +newAM = "maintain" +jessebraham = "write" +therealprof = "admin" +thalesfragoso = "maintain" +rust-lang-owner = "admin" +rmsyn = "write" +mathk = "write" +nastevens = "admin" +almindor = "write" +raw-bin = "write" + +[[branch-protections]] +pattern = "master" +dismiss-stale-review = true diff --git a/repos/archive/rust-embedded/register-rs.toml b/repos/archive/rust-embedded/register-rs.toml new file mode 100644 index 000000000..779e01f8a --- /dev/null +++ b/repos/archive/rust-embedded/register-rs.toml @@ -0,0 +1,21 @@ +org = "rust-embedded" +name = "register-rs" +description = "Unified interface for type-safe MMIO and CPU register access in Rust" +bots = [] + +[access.teams] +triage = "write" +Cortex-A = "write" + +[access.individuals] +raw-bin = "write" +rust-lang-owner = "admin" +therealprof = "admin" +mathk = "write" +adamgreig = "admin" +berkus = "write" +posborne = "admin" +jannic = "write" +nastevens = "admin" +jessebraham = "write" +nchong-at-aws = "write" diff --git a/repos/archive/rust-embedded/riscv-rt.toml b/repos/archive/rust-embedded/riscv-rt.toml new file mode 100644 index 000000000..b5a621fe8 --- /dev/null +++ b/repos/archive/rust-embedded/riscv-rt.toml @@ -0,0 +1,33 @@ +org = "rust-embedded" +name = "riscv-rt" +description = "Minimal runtime / startup for RISC-V CPU's." +bots = [] + +[access.teams] +RISCV = "admin" +triage = "write" + +[access.individuals] +therealprof = "admin" +rust-lang-owner = "admin" +dkhayes117 = "admin" +rmsyn = "admin" +mathk = "write" +jessebraham = "admin" +jannic = "write" +MabezDev = "admin" +posborne = "admin" +almindor = "admin" +romancardenas = "admin" +nastevens = "admin" +adamgreig = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "build-check", + "rustfmt", + "changelog-check", + "clippy-check", +] +dismiss-stale-review = true diff --git a/repos/archive/rust-lang-deprecated/error-chain.toml b/repos/archive/rust-lang-deprecated/error-chain.toml new file mode 100644 index 000000000..4b97f2a5a --- /dev/null +++ b/repos/archive/rust-lang-deprecated/error-chain.toml @@ -0,0 +1,13 @@ +org = "rust-lang-deprecated" +name = "error-chain" +description = "Error boilerplate for Rust" +bots = [] + +[access.teams] + +[access.individuals] +marcoieni = "admin" +Mark-Simulacrum = "admin" +rust-lang-owner = "admin" +jdno = "admin" +pietroalbini = "admin" diff --git a/repos/archive/rust-lang-deprecated/failure.toml b/repos/archive/rust-lang-deprecated/failure.toml new file mode 100644 index 000000000..9cdc726ba --- /dev/null +++ b/repos/archive/rust-lang-deprecated/failure.toml @@ -0,0 +1,13 @@ +org = "rust-lang-deprecated" +name = "failure" +description = "Error management" +bots = [] + +[access.teams] + +[access.individuals] +Mark-Simulacrum = "admin" +jdno = "admin" +rust-lang-owner = "admin" +pietroalbini = "admin" +marcoieni = "admin" diff --git a/repos/archive/rust-lang-deprecated/gyp.toml b/repos/archive/rust-lang-deprecated/gyp.toml new file mode 100644 index 000000000..e1e1fa0d0 --- /dev/null +++ b/repos/archive/rust-lang-deprecated/gyp.toml @@ -0,0 +1,13 @@ +org = "rust-lang-deprecated" +name = "gyp" +description = "Clone of gyp for Rust" +bots = [] + +[access.teams] + +[access.individuals] +rust-lang-owner = "admin" +pietroalbini = "admin" +jdno = "admin" +marcoieni = "admin" +Mark-Simulacrum = "admin" diff --git a/repos/archive/rust-lang-deprecated/hexfloat.toml b/repos/archive/rust-lang-deprecated/hexfloat.toml new file mode 100644 index 000000000..8fafdde97 --- /dev/null +++ b/repos/archive/rust-lang-deprecated/hexfloat.toml @@ -0,0 +1,14 @@ +org = "rust-lang-deprecated" +name = "hexfloat" +description = "Syntax extension to create floating point literals from hexadecimal strings" +bots = [] + +[access.teams] +Owners = "admin" + +[access.individuals] +rust-lang-owner = "admin" +marcoieni = "admin" +pietroalbini = "admin" +jdno = "admin" +Mark-Simulacrum = "admin" diff --git a/repos/archive/rust-lang-deprecated/libuv.toml b/repos/archive/rust-lang-deprecated/libuv.toml new file mode 100644 index 000000000..4cf5ec542 --- /dev/null +++ b/repos/archive/rust-lang-deprecated/libuv.toml @@ -0,0 +1,13 @@ +org = "rust-lang-deprecated" +name = "libuv" +description = "Clone of libuv for rust" +bots = [] + +[access.teams] + +[access.individuals] +pietroalbini = "admin" +jdno = "admin" +rust-lang-owner = "admin" +Mark-Simulacrum = "admin" +marcoieni = "admin" diff --git a/repos/archive/rust-lang-deprecated/rust-buildbot.toml b/repos/archive/rust-lang-deprecated/rust-buildbot.toml new file mode 100644 index 000000000..12b3027e4 --- /dev/null +++ b/repos/archive/rust-lang-deprecated/rust-buildbot.toml @@ -0,0 +1,18 @@ +org = "rust-lang-deprecated" +name = "rust-buildbot" +description = "Buildbot configs for the Rust project" +bots = [] + +[access.teams] + +[access.individuals] +rust-lang-owner = "admin" +jdno = "admin" +Mark-Simulacrum = "admin" +marcoieni = "admin" +pietroalbini = "admin" + +[[branch-protections]] +pattern = "master" +required-approvals = 0 +pr-required = false diff --git a/repos/archive/rust-lang-deprecated/rust-packaging.toml b/repos/archive/rust-lang-deprecated/rust-packaging.toml new file mode 100644 index 000000000..afea657c5 --- /dev/null +++ b/repos/archive/rust-lang-deprecated/rust-packaging.toml @@ -0,0 +1,13 @@ +org = "rust-lang-deprecated" +name = "rust-packaging" +description = "Packaging for Rust + Cargo in multiple formats" +bots = [] + +[access.teams] + +[access.individuals] +pietroalbini = "admin" +jdno = "admin" +rust-lang-owner = "admin" +marcoieni = "admin" +Mark-Simulacrum = "admin" diff --git a/repos/archive/rust-lang-deprecated/rustc-benchmarks.toml b/repos/archive/rust-lang-deprecated/rustc-benchmarks.toml new file mode 100644 index 000000000..e97b5eb3a --- /dev/null +++ b/repos/archive/rust-lang-deprecated/rustc-benchmarks.toml @@ -0,0 +1,13 @@ +org = "rust-lang-deprecated" +name = "rustc-benchmarks" +description = "Some benchmarks for testing rustc performance" +bots = [] + +[access.teams] + +[access.individuals] +jdno = "admin" +Mark-Simulacrum = "admin" +marcoieni = "admin" +pietroalbini = "admin" +rust-lang-owner = "admin" diff --git a/repos/archive/rust-lang-deprecated/rustc-serialize.toml b/repos/archive/rust-lang-deprecated/rustc-serialize.toml new file mode 100644 index 000000000..0ec1d61f9 --- /dev/null +++ b/repos/archive/rust-lang-deprecated/rustc-serialize.toml @@ -0,0 +1,13 @@ +org = "rust-lang-deprecated" +name = "rustc-serialize" +description = "Deprecated serialization/deserialization for Rust" +bots = [] + +[access.teams] + +[access.individuals] +rust-lang-owner = "admin" +jdno = "admin" +pietroalbini = "admin" +Mark-Simulacrum = "admin" +marcoieni = "admin" diff --git a/repos/archive/rust-lang-deprecated/rustup.sh.toml b/repos/archive/rust-lang-deprecated/rustup.sh.toml new file mode 100644 index 000000000..8afba2c9d --- /dev/null +++ b/repos/archive/rust-lang-deprecated/rustup.sh.toml @@ -0,0 +1,13 @@ +org = "rust-lang-deprecated" +name = "rustup.sh" +description = "The rustup.sh script for installing Rust from release channels" +bots = [] + +[access.teams] + +[access.individuals] +jdno = "admin" +marcoieni = "admin" +rust-lang-owner = "admin" +Mark-Simulacrum = "admin" +pietroalbini = "admin" diff --git a/repos/archive/rust-lang-deprecated/tempdir.toml b/repos/archive/rust-lang-deprecated/tempdir.toml new file mode 100644 index 000000000..46cbca4cb --- /dev/null +++ b/repos/archive/rust-lang-deprecated/tempdir.toml @@ -0,0 +1,13 @@ +org = "rust-lang-deprecated" +name = "tempdir" +description = "Temporary directory management for Rust" +bots = [] + +[access.teams] + +[access.individuals] +pietroalbini = "admin" +Mark-Simulacrum = "admin" +marcoieni = "admin" +jdno = "admin" +rust-lang-owner = "admin" diff --git a/repos/archive/rust-lang-deprecated/url.toml b/repos/archive/rust-lang-deprecated/url.toml new file mode 100644 index 000000000..70b3161b0 --- /dev/null +++ b/repos/archive/rust-lang-deprecated/url.toml @@ -0,0 +1,14 @@ +org = "rust-lang-deprecated" +name = "url" +description = "Deprecated url crate (use rust-url instead)" +bots = [] + +[access.teams] +Owners = "admin" + +[access.individuals] +rust-lang-owner = "admin" +jdno = "admin" +Mark-Simulacrum = "admin" +pietroalbini = "admin" +marcoieni = "admin" diff --git a/repos/archive/rust-lang-nursery/clang.toml b/repos/archive/rust-lang-nursery/clang.toml new file mode 100644 index 000000000..26023efbb --- /dev/null +++ b/repos/archive/rust-lang-nursery/clang.toml @@ -0,0 +1,28 @@ +org = "rust-lang-nursery" +name = "clang" +description = "No longer used, use https://github.com/rust-lang/llvm-project instead" +bots = [] + +[access.teams] + +[access.individuals] +Mark-Simulacrum = "admin" +carols10cents = "admin" +alexcrichton = "admin" +dtolnay = "admin" +aidanhs = "admin" +jdno = "admin" +nrc = "admin" +aturon = "admin" +huonw = "admin" +kennytm = "admin" +sfackler = "admin" +pietroalbini = "admin" +marcoieni = "admin" +erickt = "admin" +steveklabnik = "admin" +nikomatsakis = "admin" +KodrAus = "admin" +tromey = "write" +nikomatsakis-admin = "admin" +rust-lang-owner = "admin" diff --git a/repos/archive/rust-lang-nursery/multirust-rs-binaries.toml b/repos/archive/rust-lang-nursery/multirust-rs-binaries.toml new file mode 100644 index 000000000..4b24c7b04 --- /dev/null +++ b/repos/archive/rust-lang-nursery/multirust-rs-binaries.toml @@ -0,0 +1,27 @@ +org = "rust-lang-nursery" +name = "multirust-rs-binaries" +description = "Binaries for multirust-rs" +bots = [] + +[access.teams] + +[access.individuals] +jdno = "admin" +nrc = "admin" +pietroalbini = "admin" +carols10cents = "admin" +aidanhs = "admin" +sfackler = "admin" +steveklabnik = "admin" +alexcrichton = "admin" +nikomatsakis = "admin" +dtolnay = "admin" +huonw = "admin" +rust-lang-owner = "admin" +nikomatsakis-admin = "admin" +Mark-Simulacrum = "admin" +KodrAus = "admin" +erickt = "admin" +marcoieni = "admin" +kennytm = "admin" +aturon = "admin" diff --git a/repos/archive/rust-lang-nursery/rust-wasm.toml b/repos/archive/rust-lang-nursery/rust-wasm.toml new file mode 100644 index 000000000..52d654760 --- /dev/null +++ b/repos/archive/rust-lang-nursery/rust-wasm.toml @@ -0,0 +1,28 @@ +org = "rust-lang-nursery" +name = "rust-wasm" +description = "See rustwasm/team" +bots = [] + +[access.teams] + +[access.individuals] +erickt = "admin" +aturon = "admin" +jdno = "admin" +carols10cents = "admin" +kennytm = "admin" +rust-lang-owner = "admin" +sfackler = "admin" +marcoieni = "admin" +alexcrichton = "admin" +pietroalbini = "admin" +aidanhs = "admin" +huonw = "admin" +KodrAus = "admin" +steveklabnik = "admin" +nikomatsakis = "admin" +dtolnay = "admin" +fitzgen = "admin" +Mark-Simulacrum = "admin" +nikomatsakis-admin = "admin" +nrc = "admin" diff --git a/repos/archive/rust-lang-nursery/rustc-timing-archive.toml b/repos/archive/rust-lang-nursery/rustc-timing-archive.toml new file mode 100644 index 000000000..60b113db6 --- /dev/null +++ b/repos/archive/rust-lang-nursery/rustc-timing-archive.toml @@ -0,0 +1,27 @@ +org = "rust-lang-nursery" +name = "rustc-timing-archive" +description = "archived data from rustc-timing" +bots = [] + +[access.teams] + +[access.individuals] +marcoieni = "admin" +nikomatsakis = "admin" +dtolnay = "admin" +kennytm = "admin" +Mark-Simulacrum = "admin" +alexcrichton = "admin" +carols10cents = "admin" +erickt = "admin" +jdno = "admin" +pietroalbini = "admin" +sfackler = "admin" +rust-lang-owner = "admin" +nikomatsakis-admin = "admin" +huonw = "admin" +steveklabnik = "admin" +aidanhs = "admin" +nrc = "admin" +aturon = "admin" +KodrAus = "admin" diff --git a/repos/archive/rust-lang-nursery/rustc-timing-scripts.toml b/repos/archive/rust-lang-nursery/rustc-timing-scripts.toml new file mode 100644 index 000000000..d03170740 --- /dev/null +++ b/repos/archive/rust-lang-nursery/rustc-timing-scripts.toml @@ -0,0 +1,28 @@ +org = "rust-lang-nursery" +name = "rustc-timing-scripts" +description = "Scripts for measuring rustc performance" +bots = [] + +[access.teams] + +[access.individuals] +nikomatsakis = "admin" +sfackler = "admin" +edunham = "admin" +aidanhs = "admin" +nikomatsakis-admin = "admin" +alexcrichton = "admin" +Mark-Simulacrum = "admin" +kennytm = "admin" +aturon = "admin" +nrc = "admin" +dtolnay = "admin" +erickt = "admin" +carols10cents = "admin" +marcoieni = "admin" +rust-lang-owner = "admin" +jdno = "admin" +huonw = "admin" +pietroalbini = "admin" +KodrAus = "admin" +steveklabnik = "admin" diff --git a/repos/archive/rust-lang-nursery/rustc-timing.toml b/repos/archive/rust-lang-nursery/rustc-timing.toml new file mode 100644 index 000000000..6fd098fe0 --- /dev/null +++ b/repos/archive/rust-lang-nursery/rustc-timing.toml @@ -0,0 +1,29 @@ +org = "rust-lang-nursery" +name = "rustc-timing" +description = "Data for timing rustc" +bots = [] + +[access.teams] + +[access.individuals] +kennytm = "admin" +aidanhs = "admin" +erickt = "admin" +KodrAus = "admin" +nikomatsakis-admin = "admin" +alexcrichton = "admin" +nrc = "admin" +steveklabnik = "admin" +huonw = "admin" +Mark-Simulacrum = "admin" +marcoieni = "admin" +rust-lang-owner = "admin" +carols10cents = "admin" +aturon = "admin" +jdno = "admin" +arielb1 = "write" +nikomatsakis = "admin" +sfackler = "admin" +dtolnay = "admin" +edunham = "admin" +pietroalbini = "admin" diff --git a/repos/archive/rust-lang-nursery/taskcluster-crater.toml b/repos/archive/rust-lang-nursery/taskcluster-crater.toml new file mode 100644 index 000000000..87aeef9a0 --- /dev/null +++ b/repos/archive/rust-lang-nursery/taskcluster-crater.toml @@ -0,0 +1,27 @@ +org = "rust-lang-nursery" +name = "taskcluster-crater" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +steveklabnik = "admin" +pietroalbini = "admin" +aturon = "admin" +carols10cents = "admin" +huonw = "admin" +sfackler = "admin" +rust-lang-owner = "admin" +nrc = "admin" +nikomatsakis = "admin" +kennytm = "admin" +erickt = "admin" +KodrAus = "admin" +alexcrichton = "admin" +aidanhs = "admin" +dtolnay = "admin" +Mark-Simulacrum = "admin" +jdno = "admin" +marcoieni = "admin" +nikomatsakis-admin = "admin" diff --git a/repos/archive/rust-lang-nursery/thanks.toml b/repos/archive/rust-lang-nursery/thanks.toml new file mode 100644 index 000000000..226fb7aa6 --- /dev/null +++ b/repos/archive/rust-lang-nursery/thanks.toml @@ -0,0 +1,28 @@ +org = "rust-lang-nursery" +name = "thanks" +description = "The first version of thanks.rust-lang.org, succeeded by rust-lang/thanks" +bots = [] + +[access.teams] + +[access.individuals] +kennytm = "admin" +alexcrichton = "admin" +aidanhs = "admin" +ashleygwilliams = "admin" +nikomatsakis = "admin" +nrc = "admin" +KodrAus = "admin" +sfackler = "admin" +dtolnay = "admin" +nikomatsakis-admin = "admin" +carols10cents = "admin" +steveklabnik = "admin" +jdno = "admin" +aturon = "admin" +huonw = "admin" +pietroalbini = "admin" +erickt = "admin" +rust-lang-owner = "admin" +Mark-Simulacrum = "admin" +marcoieni = "admin" diff --git a/repos/archive/rust-lang-nursery/unix-socket.toml b/repos/archive/rust-lang-nursery/unix-socket.toml new file mode 100644 index 000000000..1794adcd0 --- /dev/null +++ b/repos/archive/rust-lang-nursery/unix-socket.toml @@ -0,0 +1,27 @@ +org = "rust-lang-nursery" +name = "unix-socket" +description = "Unix socket support for Rust" +bots = [] + +[access.teams] + +[access.individuals] +aturon = "admin" +aidanhs = "admin" +marcoieni = "admin" +jdno = "admin" +alexcrichton = "admin" +huonw = "admin" +steveklabnik = "admin" +sfackler = "admin" +dtolnay = "admin" +rust-lang-owner = "admin" +pietroalbini = "admin" +nikomatsakis-admin = "admin" +carols10cents = "admin" +kennytm = "admin" +Mark-Simulacrum = "admin" +erickt = "admin" +KodrAus = "admin" +nrc = "admin" +nikomatsakis = "admin" diff --git a/repos/rust-analyzer/VsCode-themes.toml b/repos/rust-analyzer/VsCode-themes.toml new file mode 100644 index 000000000..7301f15fd --- /dev/null +++ b/repos/rust-analyzer/VsCode-themes.toml @@ -0,0 +1,20 @@ +org = "rust-analyzer" +name = "VsCode-themes" +description = "VsCode themes for rust-analyzer" +bots = [] + +[access.teams] + +[access.individuals] +davidbarsky = "admin" +pietroalbini = "admin" +skade = "admin" +pnkfelix = "admin" +matklad = "admin" +MissHolmes = "admin" +rust-lang-owner = "admin" +wesleywiser = "admin" +lnicola = "admin" +flodiebold = "admin" +Veykril = "admin" +Xanewok = "admin" diff --git a/repos/rust-analyzer/bonsai.toml b/repos/rust-analyzer/bonsai.toml new file mode 100644 index 000000000..6983f0003 --- /dev/null +++ b/repos/rust-analyzer/bonsai.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "bonsai" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +skade = "admin" +Xanewok = "admin" +lnicola = "admin" +rust-lang-owner = "admin" +flodiebold = "admin" +pietroalbini = "admin" +MissHolmes = "admin" +Veykril = "admin" +matklad = "admin" +pnkfelix = "admin" +wesleywiser = "admin" diff --git a/repos/rust-analyzer/countme.toml b/repos/rust-analyzer/countme.toml new file mode 100644 index 000000000..efe29949c --- /dev/null +++ b/repos/rust-analyzer/countme.toml @@ -0,0 +1,20 @@ +org = "rust-analyzer" +name = "countme" +description = "" +bots = [] + +[access.teams] +#triage = "pull" + +[access.individuals] +Xanewok = "admin" +skade = "admin" +matklad = "admin" +pnkfelix = "admin" +rust-lang-owner = "admin" +lnicola = "admin" +MissHolmes = "admin" +pietroalbini = "admin" +flodiebold = "admin" +Veykril = "admin" +wesleywiser = "admin" diff --git a/repos/rust-analyzer/escape-from-rust.toml b/repos/rust-analyzer/escape-from-rust.toml new file mode 100644 index 000000000..9f46ad8be --- /dev/null +++ b/repos/rust-analyzer/escape-from-rust.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "escape-from-rust" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +lnicola = "admin" +Veykril = "admin" +skade = "admin" +flodiebold = "admin" +rust-lang-owner = "admin" +MissHolmes = "admin" +pnkfelix = "admin" +Xanewok = "admin" +pietroalbini = "admin" +wesleywiser = "admin" +matklad = "admin" diff --git a/repos/rust-analyzer/expect-test.toml b/repos/rust-analyzer/expect-test.toml new file mode 100644 index 000000000..9fe6554b4 --- /dev/null +++ b/repos/rust-analyzer/expect-test.toml @@ -0,0 +1,36 @@ +org = "rust-analyzer" +name = "expect-test" +description = "Minimalistic snapshot testing for Rust." +bots = [] + +[access.teams] +triage = "triage" + +[access.individuals] +MissHolmes = "admin" +pnkfelix = "admin" +skade = "admin" +Xanewok = "admin" +kjeremy = "triage" +edwin0cheng = "triage" +JoshMcguigan = "triage" +pietroalbini = "admin" +wesleywiser = "admin" +Veykril = "admin" +kiljacken = "triage" +lnicola = "admin" +bjorn3 = "triage" +flodiebold = "admin" +matklad = "admin" +Veetaha = "triage" +lf- = "triage" +quad = "write" +dustypomerleau = "triage" +rust-lang-owner = "admin" +SomeoneToIgnore = "triage" + +[[branch-protections]] +pattern = "master" +ci-checks = ["test"] +required-approvals = 0 +pr-required = false diff --git a/repos/rust-analyzer/metrics.toml b/repos/rust-analyzer/metrics.toml new file mode 100644 index 000000000..486088245 --- /dev/null +++ b/repos/rust-analyzer/metrics.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "metrics" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +Xanewok = "admin" +Veykril = "admin" +pnkfelix = "admin" +rust-lang-owner = "admin" +lnicola = "admin" +skade = "admin" +MissHolmes = "admin" +wesleywiser = "admin" +flodiebold = "admin" +matklad = "admin" +pietroalbini = "admin" diff --git a/repos/rust-analyzer/mini-rowan.toml b/repos/rust-analyzer/mini-rowan.toml new file mode 100644 index 000000000..e37cd5c79 --- /dev/null +++ b/repos/rust-analyzer/mini-rowan.toml @@ -0,0 +1,29 @@ +org = "rust-analyzer" +name = "mini-rowan" +description = "" +bots = [] + +[access.teams] +triage = "triage" + +[access.individuals] +Veykril = "admin" +dustypomerleau = "triage" +pietroalbini = "admin" +flodiebold = "admin" +kiljacken = "triage" +JoshMcguigan = "triage" +edwin0cheng = "triage" +wesleywiser = "admin" +rust-lang-owner = "admin" +SomeoneToIgnore = "triage" +pnkfelix = "admin" +Xanewok = "admin" +MissHolmes = "admin" +lnicola = "admin" +kjeremy = "triage" +bjorn3 = "triage" +lf- = "triage" +matklad = "admin" +skade = "admin" +Veetaha = "triage" diff --git a/repos/rust-analyzer/minimal-rust.toml b/repos/rust-analyzer/minimal-rust.toml new file mode 100644 index 000000000..2f32eb816 --- /dev/null +++ b/repos/rust-analyzer/minimal-rust.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "minimal-rust" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +matklad = "admin" +wesleywiser = "admin" +pnkfelix = "admin" +rust-lang-owner = "admin" +MissHolmes = "admin" +pietroalbini = "admin" +Veykril = "admin" +Xanewok = "admin" +flodiebold = "admin" +lnicola = "admin" +skade = "admin" diff --git a/repos/rust-analyzer/minirust.toml b/repos/rust-analyzer/minirust.toml new file mode 100644 index 000000000..140112886 --- /dev/null +++ b/repos/rust-analyzer/minirust.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "minirust" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +skade = "admin" +lnicola = "admin" +Xanewok = "admin" +Veykril = "admin" +pietroalbini = "admin" +MissHolmes = "admin" +pnkfelix = "admin" +rust-lang-owner = "admin" +matklad = "admin" +flodiebold = "admin" +wesleywiser = "admin" diff --git a/repos/rust-analyzer/renamer.toml b/repos/rust-analyzer/renamer.toml new file mode 100644 index 000000000..97b8a10b1 --- /dev/null +++ b/repos/rust-analyzer/renamer.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "renamer" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +skade = "admin" +rust-lang-owner = "admin" +wesleywiser = "admin" +MissHolmes = "admin" +lnicola = "admin" +Xanewok = "admin" +pietroalbini = "admin" +pnkfelix = "admin" +flodiebold = "admin" +Veykril = "admin" +matklad = "admin" diff --git a/repos/rust-analyzer/rowan.toml b/repos/rust-analyzer/rowan.toml new file mode 100644 index 000000000..190f18add --- /dev/null +++ b/repos/rust-analyzer/rowan.toml @@ -0,0 +1,31 @@ +org = "rust-analyzer" +name = "rowan" +description = "" +bots = [] + +[access.teams] +triage = "triage" + +[access.individuals] +SomeoneToIgnore = "triage" +pietroalbini = "admin" +skade = "admin" +pnkfelix = "admin" +matklad = "admin" +kjeremy = "triage" +jD91mZM2 = "write" +JoshMcguigan = "triage" +wesleywiser = "admin" +kiljacken = "triage" +MissHolmes = "admin" +lnicola = "admin" +lf- = "triage" +Veykril = "admin" +edwin0cheng = "triage" +Xanewok = "admin" +dustypomerleau = "triage" +flodiebold = "admin" +Veetaha = "triage" +rust-lang-owner = "admin" +CAD97 = "write" +bjorn3 = "triage" diff --git a/repos/rust-analyzer/rust-analyzer-wasm.toml b/repos/rust-analyzer/rust-analyzer-wasm.toml new file mode 100644 index 000000000..37d351bea --- /dev/null +++ b/repos/rust-analyzer/rust-analyzer-wasm.toml @@ -0,0 +1,20 @@ +org = "rust-analyzer" +name = "rust-analyzer-wasm" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +wesleywiser = "admin" +Xanewok = "admin" +Veykril = "admin" +flodiebold = "admin" +skade = "admin" +pnkfelix = "admin" +MissHolmes = "admin" +pietroalbini = "admin" +matklad = "admin" +edwin0cheng = "admin" +lnicola = "admin" +rust-lang-owner = "admin" diff --git a/repos/rust-analyzer/rust-analyzer.github.io.toml b/repos/rust-analyzer/rust-analyzer.github.io.toml new file mode 100644 index 000000000..60813f665 --- /dev/null +++ b/repos/rust-analyzer/rust-analyzer.github.io.toml @@ -0,0 +1,29 @@ +org = "rust-analyzer" +name = "rust-analyzer.github.io" +description = "" +bots = [] + +[access.teams] +triage = "triage" + +[access.individuals] +kiljacken = "triage" +edwin0cheng = "triage" +lnicola = "admin" +pietroalbini = "admin" +pnkfelix = "admin" +MissHolmes = "admin" +Veykril = "admin" +dustypomerleau = "triage" +matklad = "admin" +Xanewok = "admin" +skade = "admin" +flodiebold = "admin" +Veetaha = "triage" +lf- = "triage" +rust-lang-owner = "admin" +wesleywiser = "admin" +JoshMcguigan = "triage" +bjorn3 = "triage" +kjeremy = "triage" +SomeoneToIgnore = "triage" diff --git a/repos/rust-analyzer/rust-threadpool.toml b/repos/rust-analyzer/rust-threadpool.toml new file mode 100644 index 000000000..7f4562242 --- /dev/null +++ b/repos/rust-analyzer/rust-threadpool.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "rust-threadpool" +description = "A very simple thread pool for parallel task execution" +bots = [] + +[access.teams] + +[access.individuals] +pnkfelix = "admin" +MissHolmes = "admin" +Xanewok = "admin" +Veykril = "admin" +rust-lang-owner = "admin" +skade = "admin" +matklad = "admin" +lnicola = "admin" +flodiebold = "admin" +pietroalbini = "admin" +wesleywiser = "admin" diff --git a/repos/rust-analyzer/rustc-auto-publish.toml b/repos/rust-analyzer/rustc-auto-publish.toml new file mode 100644 index 000000000..39b5b8bc3 --- /dev/null +++ b/repos/rust-analyzer/rustc-auto-publish.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "rustc-auto-publish" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +rust-lang-owner = "admin" +pietroalbini = "admin" +MissHolmes = "admin" +skade = "admin" +wesleywiser = "admin" +flodiebold = "admin" +matklad = "admin" +Xanewok = "admin" +Veykril = "admin" +pnkfelix = "admin" +lnicola = "admin" diff --git a/repos/rust-analyzer/smol_str.toml b/repos/rust-analyzer/smol_str.toml new file mode 100644 index 000000000..1d5d759c0 --- /dev/null +++ b/repos/rust-analyzer/smol_str.toml @@ -0,0 +1,30 @@ +org = "rust-analyzer" +name = "smol_str" +description = "" +bots = [] + +[access.teams] +triage = "triage" + +[access.individuals] +lf- = "triage" +wesleywiser = "admin" +jD91mZM2 = "write" +Veetaha = "triage" +skade = "admin" +Veykril = "admin" +kjeremy = "triage" +dustypomerleau = "triage" +lnicola = "admin" +kiljacken = "triage" +flodiebold = "admin" +pietroalbini = "admin" +SomeoneToIgnore = "triage" +pnkfelix = "admin" +Xanewok = "admin" +matklad = "admin" +MissHolmes = "admin" +JoshMcguigan = "triage" +edwin0cheng = "triage" +rust-lang-owner = "admin" +bjorn3 = "triage" diff --git a/repos/rust-analyzer/teraron.toml b/repos/rust-analyzer/teraron.toml new file mode 100644 index 000000000..1b9c0f389 --- /dev/null +++ b/repos/rust-analyzer/teraron.toml @@ -0,0 +1,19 @@ +org = "rust-analyzer" +name = "teraron" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +pietroalbini = "admin" +rust-lang-owner = "admin" +matklad = "admin" +lnicola = "admin" +Xanewok = "admin" +MissHolmes = "admin" +flodiebold = "admin" +Veykril = "admin" +skade = "admin" +wesleywiser = "admin" +pnkfelix = "admin" diff --git a/repos/rust-analyzer/text-size.toml b/repos/rust-analyzer/text-size.toml new file mode 100644 index 000000000..c3b40ee0c --- /dev/null +++ b/repos/rust-analyzer/text-size.toml @@ -0,0 +1,30 @@ +org = "rust-analyzer" +name = "text-size" +description = "" +bots = [] + +[access.teams] +triage = "triage" + +[access.individuals] +Veetaha = "triage" +Veykril = "admin" +matklad = "admin" +pnkfelix = "admin" +wesleywiser = "admin" +pietroalbini = "admin" +lf- = "triage" +kiljacken = "triage" +MissHolmes = "admin" +edwin0cheng = "triage" +bjorn3 = "triage" +CAD97 = "write" +JoshMcguigan = "triage" +skade = "admin" +lnicola = "admin" +SomeoneToIgnore = "triage" +Xanewok = "admin" +rust-lang-owner = "admin" +dustypomerleau = "triage" +kjeremy = "triage" +flodiebold = "admin" diff --git a/repos/rust-analyzer/ungrammar.toml b/repos/rust-analyzer/ungrammar.toml new file mode 100644 index 000000000..17544370f --- /dev/null +++ b/repos/rust-analyzer/ungrammar.toml @@ -0,0 +1,29 @@ +org = "rust-analyzer" +name = "ungrammar" +description = "" +bots = [] + +[access.teams] +triage = "triage" + +[access.individuals] +matklad = "admin" +SomeoneToIgnore = "triage" +lf- = "triage" +kiljacken = "triage" +pietroalbini = "admin" +kjeremy = "triage" +Veykril = "admin" +pnkfelix = "admin" +Veetaha = "triage" +rust-lang-owner = "admin" +flodiebold = "admin" +dustypomerleau = "triage" +Xanewok = "admin" +skade = "admin" +edwin0cheng = "triage" +bjorn3 = "triage" +lnicola = "admin" +JoshMcguigan = "triage" +MissHolmes = "admin" +wesleywiser = "admin" diff --git a/repos/rust-dev-tools/cargo-src.toml b/repos/rust-dev-tools/cargo-src.toml new file mode 100644 index 000000000..72e84185c --- /dev/null +++ b/repos/rust-dev-tools/cargo-src.toml @@ -0,0 +1,20 @@ +org = "rust-dev-tools" +name = "cargo-src" +description = "Semantic code navigation for Rust" +bots = [] + +[access.teams] +devtools = "maintain" + +[access.individuals] +rust-lang-owner = "admin" +pietroalbini = "admin" +calebcartwright = "maintain" +Manishearth = "admin" +ehuss = "maintain" +GuillaumeGomez = "maintain" +oli-obk = "maintain" +killercup = "admin" +nrc = "admin" +rbtcollins = "maintain" +marcoieni = "admin" diff --git a/repos/rust-dev-tools/dev-tools-team.toml b/repos/rust-dev-tools/dev-tools-team.toml new file mode 100644 index 000000000..dd1dca60d --- /dev/null +++ b/repos/rust-dev-tools/dev-tools-team.toml @@ -0,0 +1,31 @@ +org = "rust-dev-tools" +name = "dev-tools-team" +description = "resources for the Rust dev-tools team" +bots = [] + +[access.teams] +devtools = "maintain" + +[access.individuals] +jwilm = "write" +tromey = "write" +matklad = "write" +emilio = "write" +nrc = "admin" +pietroalbini = "admin" +fitzgen = "write" +ehuss = "maintain" +japaric = "write" +QuietMisdreavus = "write" +llogiq = "write" +oli-obk = "maintain" +Manishearth = "admin" +rust-lang-owner = "admin" +killercup = "admin" +rbtcollins = "maintain" +steveklabnik = "write" +GuillaumeGomez = "maintain" +calebcartwright = "maintain" +brson = "write" +alexcrichton = "write" +marcoieni = "admin" diff --git a/repos/rust-dev-tools/gdb.toml b/repos/rust-dev-tools/gdb.toml new file mode 100644 index 000000000..784531850 --- /dev/null +++ b/repos/rust-dev-tools/gdb.toml @@ -0,0 +1,15 @@ +org = "rust-dev-tools" +name = "gdb" +description = "Rust's copy of gdb" +bots = [] + +[access.teams] + +[access.individuals] +Manishearth = "admin" +rust-lang-owner = "admin" +killercup = "admin" +nrc = "admin" +tromey = "admin" +pietroalbini = "admin" +marcoieni = "admin" diff --git a/repos/rust-dev-tools/rls-crate.toml b/repos/rust-dev-tools/rls-crate.toml new file mode 100644 index 000000000..25a8ed004 --- /dev/null +++ b/repos/rust-dev-tools/rls-crate.toml @@ -0,0 +1,15 @@ +org = "rust-dev-tools" +name = "rls-crate" +description = "A placeholder for the RLS on crates.io" +bots = [] + +[access.teams] + +[access.individuals] +rust-lang-owner = "admin" +pietroalbini = "admin" +Manishearth = "admin" +killercup = "admin" +Xanewok = "admin" +nrc = "admin" +marcoieni = "admin" diff --git a/repos/rust-dev-tools/rustc-version.toml b/repos/rust-dev-tools/rustc-version.toml new file mode 100644 index 000000000..f0d4f090c --- /dev/null +++ b/repos/rust-dev-tools/rustc-version.toml @@ -0,0 +1,15 @@ +org = "rust-dev-tools" +name = "rustc-version" +description = "version information for Rust tools" +bots = [] + +[access.teams] + +[access.individuals] +rust-lang-owner = "admin" +killercup = "admin" +Xanewok = "admin" +Manishearth = "admin" +nrc = "admin" +marcoieni = "admin" +pietroalbini = "admin" diff --git a/repos/rust-dev-tools/strings.rs.toml b/repos/rust-dev-tools/strings.rs.toml new file mode 100644 index 000000000..bda5b8b98 --- /dev/null +++ b/repos/rust-dev-tools/strings.rs.toml @@ -0,0 +1,14 @@ +org = "rust-dev-tools" +name = "strings.rs" +description = "String data structures for Rust" +bots = [] + +[access.teams] + +[access.individuals] +rust-lang-owner = "admin" +nrc = "admin" +killercup = "admin" +Manishearth = "admin" +pietroalbini = "admin" +marcoieni = "admin" diff --git a/repos/rust-embedded/.github.toml b/repos/rust-embedded/.github.toml new file mode 100644 index 000000000..c9bc1c2de --- /dev/null +++ b/repos/rust-embedded/.github.toml @@ -0,0 +1,13 @@ +org = "rust-embedded" +name = ".github" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +posborne = "admin" +rust-lang-owner = "admin" +nastevens = "admin" +adamgreig = "admin" +therealprof = "admin" diff --git a/repos/rust-embedded/aarch64-cpu.toml b/repos/rust-embedded/aarch64-cpu.toml new file mode 100644 index 000000000..e1b0a768e --- /dev/null +++ b/repos/rust-embedded/aarch64-cpu.toml @@ -0,0 +1,21 @@ +org = "rust-embedded" +name = "aarch64-cpu" +description = "Low level access to processors using the AArch64 execution state." +bots = [] + +[access.teams] +Arm = "admin" + +[access.individuals] +jonathanpallant = "admin" +thalesfragoso = "admin" +therealprof = "admin" +nchong-at-aws = "admin" +rust-lang-owner = "admin" +berkus = "admin" +nastevens = "admin" +raw-bin = "admin" +andre-richter = "admin" +newAM = "admin" +adamgreig = "admin" +posborne = "admin" diff --git a/repos/rust-embedded/arm-dcc.toml b/repos/rust-embedded/arm-dcc.toml new file mode 100644 index 000000000..c03fc52fa --- /dev/null +++ b/repos/rust-embedded/arm-dcc.toml @@ -0,0 +1,31 @@ +org = "rust-embedded" +name = "arm-dcc" +description = "Debug Communication Channel (DCC) API" +bots = [] + +[access.teams] +Arm = "admin" +triage = "write" +Highfive = "write" + +[access.individuals] +newAM = "admin" +jannic = "write" +raw-bin = "admin" +posborne = "admin" +mathk = "write" +jessebraham = "write" +nastevens = "admin" +rust-lang-owner = "admin" +thalesfragoso = "admin" +jonathanpallant = "admin" +adamgreig = "admin" +therealprof = "admin" +rust-highfive = "write" +berkus = "admin" +nchong-at-aws = "admin" + +[[branch-protections]] +pattern = "main" +dismiss-stale-review = true +required-approvals = 0 diff --git a/repos/rust-embedded/awesome-embedded-rust.toml b/repos/rust-embedded/awesome-embedded-rust.toml new file mode 100644 index 000000000..790300c9e --- /dev/null +++ b/repos/rust-embedded/awesome-embedded-rust.toml @@ -0,0 +1,31 @@ +org = "rust-embedded" +name = "awesome-embedded-rust" +description = "Curated list of resources for Embedded and Low-level development in the Rust programming language" +bots = [] + +[access.teams] +resources = "maintain" +Highfive = "write" +triage = "write" + +[access.individuals] +posborne = "admin" +adamgreig = "admin" +berkus = "write" +mathk = "write" +therealprof = "admin" +rust-highfive = "write" +rahul-thakoor = "write" +jamesmunns = "maintain" +nastevens = "admin" +RandomInsano = "write" +BartMassey = "maintain" +eldruin = "maintain" +jannic = "write" +jessebraham = "write" +rust-lang-owner = "admin" +hdoordt = "maintain" +hargoniX = "maintain" + +[[branch-protections]] +pattern = "master" diff --git a/repos/rust-embedded/bare-metal.toml b/repos/rust-embedded/bare-metal.toml new file mode 100644 index 000000000..4e98b06c1 --- /dev/null +++ b/repos/rust-embedded/bare-metal.toml @@ -0,0 +1,37 @@ +org = "rust-embedded" +name = "bare-metal" +description = "Abstractions common to microcontrollers" +bots = [] + +[access.teams] +RISCV = "write" +Cortex-A = "write" +Cortex-M = "maintain" +msp430 = "write" +core = "admin" + +[access.individuals] +korken89 = "write" +MabezDev = "write" +rust-lang-owner = "admin" +berkus = "write" +romancardenas = "write" +raw-bin = "write" +jessebraham = "write" +newAM = "maintain" +rmsyn = "write" +adamgreig = "admin" +therealprof = "admin" +nchong-at-aws = "write" +almindor = "write" +posborne = "admin" +cr1901 = "write" +YuhanLiin = "write" +thalesfragoso = "maintain" +nastevens = "admin" +japaric = "write" +dkhayes117 = "write" + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] diff --git a/repos/rust-embedded/blog.toml b/repos/rust-embedded/blog.toml new file mode 100644 index 000000000..a5338102c --- /dev/null +++ b/repos/rust-embedded/blog.toml @@ -0,0 +1,26 @@ +org = "rust-embedded" +name = "blog" +description = "The Rust Embedded WG Blog" +bots = [] + +[access.teams] +resources = "admin" +Highfive = "write" + +[access.individuals] +BartMassey = "admin" +eldruin = "admin" +hdoordt = "admin" +hargoniX = "admin" +rust-lang-owner = "admin" +posborne = "admin" +rust-highfive = "write" +adamgreig = "admin" +jamesmunns = "admin" +nastevens = "admin" +therealprof = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = ["build"] +dismiss-stale-review = true diff --git a/repos/rust-embedded/book.toml b/repos/rust-embedded/book.toml new file mode 100644 index 000000000..aba770feb --- /dev/null +++ b/repos/rust-embedded/book.toml @@ -0,0 +1,31 @@ +org = "rust-embedded" +name = "book" +description = "Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices" +bots = [] + +[access.teams] +resources = "admin" +Highfive = "write" +triage = "write" + +[access.individuals] +posborne = "admin" +therealprof = "admin" +hargoniX = "admin" +rust-highfive = "write" +jannic = "write" +adamgreig = "admin" +jessebraham = "write" +rust-lang-owner = "admin" +korken89 = "write" +eldruin = "admin" +mathk = "write" +hdoordt = "admin" +nastevens = "admin" +BartMassey = "admin" +jamesmunns = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = ["build"] +dismiss-stale-review = true diff --git a/repos/rust-embedded/cargo-binutils.toml b/repos/rust-embedded/cargo-binutils.toml new file mode 100644 index 000000000..305d7873e --- /dev/null +++ b/repos/rust-embedded/cargo-binutils.toml @@ -0,0 +1,29 @@ +org = "rust-embedded" +name = "cargo-binutils" +description = "Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain" +bots = [] + +[access.teams] +Highfive = "write" +triage = "write" +tools = "admin" + +[access.individuals] +adamgreig = "admin" +ryankurte = "admin" +jessebraham = "write" +Emilgardis = "admin" +rust-highfive = "write" +mathk = "write" +burrbull = "admin" +rust-lang-owner = "admin" +reitermarkus = "admin" +posborne = "admin" +nastevens = "admin" +therealprof = "admin" +jannic = "write" + +[[branch-protections]] +pattern = "master" +ci-checks = ["conclusion"] +dismiss-stale-review = true diff --git a/repos/rust-embedded/cortex-ar.toml b/repos/rust-embedded/cortex-ar.toml new file mode 100644 index 000000000..12beeb024 --- /dev/null +++ b/repos/rust-embedded/cortex-ar.toml @@ -0,0 +1,31 @@ +org = "rust-embedded" +name = "cortex-ar" +description = "Low level access to Cortex-R processors" +bots = [] + +[access.teams] +Highfive = "write" +triage = "write" +Arm = "admin" + +[access.individuals] +jannic = "write" +adamgreig = "admin" +rust-lang-owner = "admin" +therealprof = "admin" +jonathanpallant = "admin" +mathk = "write" +thalesfragoso = "admin" +raw-bin = "admin" +jessebraham = "write" +rust-highfive = "write" +nchong-at-aws = "admin" +nastevens = "admin" +newAM = "admin" +posborne = "admin" +berkus = "admin" + +[[branch-protections]] +pattern = "main" +required-approvals = 0 +pr-required = false diff --git a/repos/rust-embedded/cortex-m-quickstart.toml b/repos/rust-embedded/cortex-m-quickstart.toml new file mode 100644 index 000000000..a6715bd86 --- /dev/null +++ b/repos/rust-embedded/cortex-m-quickstart.toml @@ -0,0 +1,30 @@ +org = "rust-embedded" +name = "cortex-m-quickstart" +description = "Template to develop bare metal applications for Cortex-M microcontrollers" +bots = [] + +[access.teams] +Highfive = "write" +Arm = "admin" +triage = "write" + +[access.individuals] +berkus = "admin" +rust-lang-owner = "admin" +nastevens = "admin" +thalesfragoso = "admin" +jannic = "write" +posborne = "admin" +rust-highfive = "write" +nchong-at-aws = "admin" +therealprof = "admin" +mathk = "write" +raw-bin = "admin" +newAM = "admin" +jonathanpallant = "admin" +jessebraham = "write" +adamgreig = "admin" + +[[branch-protections]] +pattern = "master" +dismiss-stale-review = true diff --git a/repos/rust-embedded/cortex-m.toml b/repos/rust-embedded/cortex-m.toml new file mode 100644 index 000000000..98619e99e --- /dev/null +++ b/repos/rust-embedded/cortex-m.toml @@ -0,0 +1,39 @@ +org = "rust-embedded" +name = "cortex-m" +description = "Low level access to Cortex-M processors" +bots = [] + +[access.teams] +Highfive = "write" +triage = "write" +Arm = "admin" + +[access.individuals] +nastevens = "admin" +newAM = "admin" +jannic = "write" +nchong-at-aws = "admin" +thalesfragoso = "admin" +rust-highfive = "write" +adamgreig = "admin" +mathk = "write" +berkus = "admin" +jessebraham = "write" +posborne = "admin" +jonathanpallant = "admin" +raw-bin = "admin" +therealprof = "admin" +rust-lang-owner = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "ci-linux (stable)", + "clippy", + "hil-qemu", + "rt-ci-other-os (macOS-latest)", + "rt-ci-other-os (windows-latest)", + "rt-ci-linux (stable)", + "rustfmt", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/critical-section.toml b/repos/rust-embedded/critical-section.toml new file mode 100644 index 000000000..b970dfd2d --- /dev/null +++ b/repos/rust-embedded/critical-section.toml @@ -0,0 +1,32 @@ +org = "rust-embedded" +name = "critical-section" +description = "Pluggable critical section" +bots = [] + +[access.teams] +HAL = "admin" + +[access.individuals] +ryankurte = "admin" +MabezDev = "admin" +adamgreig = "admin" +posborne = "admin" +Dirbaio = "admin" +nastevens = "admin" +therealprof = "admin" +rust-lang-owner = "admin" +eldruin = "admin" + +[[branch-protections]] +pattern = "main" +ci-checks = [ + "clippy (1.54)", + "clippy (1.63)", + "clippy (1.63, std)", + "rustfmt", + "test (1.54)", + "test (1.63)", + "test (1.63, std)", +] +dismiss-stale-review = true +required-approvals = 0 diff --git a/repos/rust-embedded/debugonomicon.toml b/repos/rust-embedded/debugonomicon.toml new file mode 100644 index 000000000..799abbb0c --- /dev/null +++ b/repos/rust-embedded/debugonomicon.toml @@ -0,0 +1,25 @@ +org = "rust-embedded" +name = "debugonomicon" +description = "" +bots = [] + +[access.teams] +triage = "write" +resources = "admin" + +[access.individuals] +eldruin = "admin" +hargoniX = "admin" +posborne = "admin" +therealprof = "admin" +jannic = "write" +mathk = "write" +nastevens = "admin" +ryankurte = "write" +jamesmunns = "admin" +korken89 = "write" +adamgreig = "admin" +jessebraham = "write" +hdoordt = "admin" +rust-lang-owner = "admin" +BartMassey = "admin" diff --git a/repos/rust-embedded/discovery-mb2.toml b/repos/rust-embedded/discovery-mb2.toml new file mode 100644 index 000000000..098842168 --- /dev/null +++ b/repos/rust-embedded/discovery-mb2.toml @@ -0,0 +1,20 @@ +org = "rust-embedded" +name = "discovery-mb2" +description = "Rust Discovery Book for BBC micro::bit v2" +bots = [] + +[access.teams] +resources = "admin" + +[access.individuals] +therealprof = "admin" +guptaarnav = "maintain" +hargoniX = "admin" +BartMassey = "admin" +eldruin = "admin" +nastevens = "admin" +adamgreig = "admin" +rust-lang-owner = "admin" +jamesmunns = "admin" +hdoordt = "admin" +posborne = "admin" diff --git a/repos/rust-embedded/discovery.toml b/repos/rust-embedded/discovery.toml new file mode 100644 index 000000000..50c4e536b --- /dev/null +++ b/repos/rust-embedded/discovery.toml @@ -0,0 +1,48 @@ +org = "rust-embedded" +name = "discovery" +description = "Discover the world of microcontrollers through Rust!" +bots = [] + +[access.teams] +Highfive = "write" +resources = "admin" +triage = "write" + +[access.individuals] +posborne = "admin" +eldruin = "admin" +jamesmunns = "admin" +hdoordt = "admin" +hargoniX = "admin" +rust-lang-owner = "admin" +therealprof = "admin" +jessebraham = "write" +jannic = "write" +rust-highfive = "write" +nastevens = "admin" +mathk = "write" +BartMassey = "admin" +adamgreig = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "build-book", + "build-f3discovery-doc", + "build-f3discovery-chapter (05-led-roulette)", + "build-f3discovery-chapter (06-hello-world)", + "build-f3discovery-chapter (08-leds-again)", + "build-f3discovery-chapter (07-registers)", + "build-f3discovery-chapter (09-clocks-and-timers)", + "build-f3discovery-chapter (11-usart)", + "build-f3discovery-chapter (14-i2c)", + "build-f3discovery-chapter (15-led-compass)", + "build-f3discovery-chapter (16-punch-o-meter)", + "build-microbit-doc", + "build-microbit-chapter (05-led-roulette)", + "build-microbit-chapter (07-uart)", + "build-microbit-chapter (08-i2c)", + "build-microbit-chapter (09-led-compass)", + "build-microbit-chapter (10-punch-o-meter)", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/embedded-alloc.toml b/repos/rust-embedded/embedded-alloc.toml new file mode 100644 index 000000000..a12569e8f --- /dev/null +++ b/repos/rust-embedded/embedded-alloc.toml @@ -0,0 +1,38 @@ +org = "rust-embedded" +name = "embedded-alloc" +description = "A heap allocator for embedded systems" +bots = [] + +[access.teams] +Cortex-M = "maintain" +libs = "admin" +triage = "write" +Highfive = "write" + +[access.individuals] +rust-highfive = "write" +jannic = "write" +reitermarkus = "admin" +therealprof = "admin" +thalesfragoso = "maintain" +posborne = "admin" +mathk = "write" +rust-lang-owner = "admin" +adamgreig = "admin" +Dirbaio = "admin" +nastevens = "admin" +jessebraham = "write" +newAM = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "Clippy", + "Format", + "check (thumbv6m-none-eabi, nightly)", + "check (thumbv6m-none-eabi, stable)", + "check (thumbv7m-none-eabi, nightly)", + "check (thumbv7m-none-eabi, stable)", + "rustdoc", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/embedded-dma.toml b/repos/rust-embedded/embedded-dma.toml new file mode 100644 index 000000000..5bbf36b71 --- /dev/null +++ b/repos/rust-embedded/embedded-dma.toml @@ -0,0 +1,23 @@ +org = "rust-embedded" +name = "embedded-dma" +description = "" +bots = [] + +[access.teams] +HAL = "admin" + +[access.individuals] +MabezDev = "admin" +nastevens = "admin" +therealprof = "admin" +posborne = "admin" +ryankurte = "admin" +rust-lang-owner = "admin" +adamgreig = "admin" +Dirbaio = "admin" +eldruin = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] +dismiss-stale-review = true diff --git a/repos/rust-embedded/embedded-hal.toml b/repos/rust-embedded/embedded-hal.toml new file mode 100644 index 000000000..cc7985b2a --- /dev/null +++ b/repos/rust-embedded/embedded-hal.toml @@ -0,0 +1,37 @@ +org = "rust-embedded" +name = "embedded-hal" +description = "A Hardware Abstraction Layer (HAL) for embedded systems" +bots = [] + +[access.teams] +HAL = "admin" +triage = "write" +Highfive = "write" + +[access.individuals] +jessebraham = "write" +rust-highfive = "write" +adamgreig = "admin" +MabezDev = "admin" +posborne = "admin" +mathk = "write" +jannic = "write" +eldruin = "admin" +ryankurte = "admin" +nastevens = "admin" +rust-lang-owner = "admin" +Dirbaio = "admin" +therealprof = "admin" +ilya-epifanov = "write" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "clippy", + "fmt", + "build-nostd", + "test", + "test-all-features", + "msrv-1-81", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/embedonomicon.toml b/repos/rust-embedded/embedonomicon.toml new file mode 100644 index 000000000..8ddf14ec5 --- /dev/null +++ b/repos/rust-embedded/embedonomicon.toml @@ -0,0 +1,30 @@ +org = "rust-embedded" +name = "embedonomicon" +description = "How to bootstrap support for a no_std target" +bots = [] + +[access.teams] +Highfive = "write" +triage = "write" +resources = "admin" + +[access.individuals] +rust-lang-owner = "admin" +jannic = "write" +adamgreig = "admin" +eldruin = "admin" +BartMassey = "admin" +jessebraham = "write" +hdoordt = "admin" +hargoniX = "admin" +posborne = "admin" +jamesmunns = "admin" +rust-highfive = "write" +mathk = "write" +nastevens = "admin" +therealprof = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] +dismiss-stale-review = true diff --git a/repos/rust-embedded/fixedvec-rs.toml b/repos/rust-embedded/fixedvec-rs.toml new file mode 100644 index 000000000..c643b8ffe --- /dev/null +++ b/repos/rust-embedded/fixedvec-rs.toml @@ -0,0 +1,22 @@ +org = "rust-embedded" +name = "fixedvec-rs" +description = "Heapless vector implementation for Rust" +bots = [] + +[access.teams] +core-team = "write" +embedded-linux = "write" + +[access.individuals] +rust-lang-owner = "admin" +posborne = "admin" +adamgreig = "admin" +therealprof = "admin" +sirhcel = "write" +eldruin = "write" +ryankurte = "write" +nastevens = "admin" +rust-embedded-bot = "admin" + +[[branch-protections]] +pattern = "master" diff --git a/repos/rust-embedded/gpio-cdev.toml b/repos/rust-embedded/gpio-cdev.toml new file mode 100644 index 000000000..ac4bdb94d --- /dev/null +++ b/repos/rust-embedded/gpio-cdev.toml @@ -0,0 +1,45 @@ +org = "rust-embedded" +name = "gpio-cdev" +description = "Rust interface to the Linux GPIO Character Device API (/dev/gpiochip...)" +bots = [] + +[access.teams] +embedded-linux = "admin" +Highfive = "write" +core = "write" +triage = "write" + +[access.individuals] +rust-highfive = "write" +posborne = "admin" +jannic = "write" +mathk = "write" +rust-lang-owner = "admin" +sirhcel = "admin" +nastevens = "admin" +jessebraham = "write" +eldruin = "admin" +ryankurte = "admin" +therealprof = "admin" +adamgreig = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "checks", + "build (1.65.0, x86_64-unknown-linux-gnu)", + "build (stable, aarch64-unknown-linux-musl)", + "build (stable, aarch64-unknown-linux-gnu)", + "build (stable, arm-unknown-linux-gnueabi)", + "build (stable, arm-unknown-linux-gnueabihf)", + "build (stable, armv7-unknown-linux-gnueabihf)", + "build (stable, i686-unknown-linux-musl)", + "build (stable, i686-unknown-linux-gnu)", + "build (stable, powerpc-unknown-linux-gnu)", + "build (stable, powerpc64le-unknown-linux-gnu)", + "build (stable, riscv64gc-unknown-linux-gnu)", + "build (stable, s390x-unknown-linux-gnu)", + "build (stable, x86_64-unknown-linux-gnu)", + "build (stable, x86_64-unknown-linux-musl)", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/gpio-utils.toml b/repos/rust-embedded/gpio-utils.toml new file mode 100644 index 000000000..4109d7a52 --- /dev/null +++ b/repos/rust-embedded/gpio-utils.toml @@ -0,0 +1,25 @@ +org = "rust-embedded" +name = "gpio-utils" +description = "Userspace Utilities for managing GPIOs in Linux" +bots = [] + +[access.teams] +Highfive = "write" +core-team = "write" +embedded-linux = "admin" +triage = "write" + +[access.individuals] +therealprof = "admin" +posborne = "admin" +jannic = "write" +mathk = "write" +nastevens = "admin" +rust-highfive = "write" +eldruin = "admin" +sirhcel = "admin" +ryankurte = "admin" +jessebraham = "write" +rust-embedded-bot = "write" +adamgreig = "admin" +rust-lang-owner = "admin" diff --git a/repos/rust-embedded/heapless.toml b/repos/rust-embedded/heapless.toml new file mode 100644 index 000000000..61a75fe40 --- /dev/null +++ b/repos/rust-embedded/heapless.toml @@ -0,0 +1,44 @@ +org = "rust-embedded" +name = "heapless" +description = "Heapless, `static` friendly data structures" +bots = [] + +[access.teams] +libs = "admin" + +[access.individuals] +reitermarkus = "admin" +nastevens = "admin" +newAM = "admin" +posborne = "admin" +Dirbaio = "admin" +adamgreig = "admin" +rust-lang-owner = "admin" +therealprof = "admin" + +[[branch-protections]] +pattern = "main" +ci-checks = [ + "test", + "testcfail", + "testmiri", + "style", + "check (x86_64-unknown-linux-gnu)", + "check (i686-unknown-linux-musl)", + "check (riscv32imc-unknown-none-elf)", + "check (armv7r-none-eabi)", + "check (thumbv6m-none-eabi)", + "check (thumbv7m-none-eabi)", + "check (thumbv8m.base-none-eabi)", + "check (thumbv8m.main-none-eabi)", + "doc (thumbv7m-none-eabi)", + "doc (x86_64-unknown-linux-gnu)", + "testcpass (i686-unknown-linux-musl)", + "testcpass (i686-unknown-linux-musl, --release)", + "testcpass (x86_64-unknown-linux-gnu)", + "testcpass (x86_64-unknown-linux-gnu, --release)", + "testtsan (x86_64-unknown-linux-gnu)", + "testtsan (x86_64-unknown-linux-gnu, --release)", + "clippy", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/linux-embedded-hal.toml b/repos/rust-embedded/linux-embedded-hal.toml new file mode 100644 index 000000000..caa9f48a1 --- /dev/null +++ b/repos/rust-embedded/linux-embedded-hal.toml @@ -0,0 +1,35 @@ +org = "rust-embedded" +name = "linux-embedded-hal" +description = "Implementation of the `embedded-hal` traits for Linux devices" +bots = [] + +[access.teams] +Highfive = "write" +embedded-linux = "admin" +triage = "write" + +[access.individuals] +adamgreig = "admin" +jessebraham = "write" +rust-lang-owner = "admin" +posborne = "admin" +sirhcel = "admin" +ryankurte = "admin" +mathk = "write" +therealprof = "admin" +rust-highfive = "write" +jannic = "write" +nastevens = "admin" +eldruin = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "CI (stable, armv7-unknown-linux-gnueabihf)", + "CI (stable, armv7-unknown-linux-gnueabihf, async-tokio,gpio_cdev,gpio_sysfs,i2c,spi)", + "CI (stable, x86_64-unknown-linux-gnu)", + "CI (stable, x86_64-unknown-linux-gnu, async-tokio,gpio_cdev,gpio_sysfs,i2c,spi)", + "clippy_check", + "fmt", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/meta-rust-bin.toml b/repos/rust-embedded/meta-rust-bin.toml new file mode 100644 index 000000000..a1f8e8d8b --- /dev/null +++ b/repos/rust-embedded/meta-rust-bin.toml @@ -0,0 +1,25 @@ +org = "rust-embedded" +name = "meta-rust-bin" +description = "Yocto layer for installing Rust toolchain from pre-built binaries" +bots = [] + +[access.teams] +triage = "write" +embedded-linux = "write" +core = "write" + +[access.individuals] +posborne = "admin" +eldruin = "write" +mathk = "write" +sirhcel = "write" +nastevens = "admin" +rust-lang-owner = "admin" +therealprof = "admin" +ryankurte = "write" +jessebraham = "write" +jannic = "write" +adamgreig = "admin" + +[[branch-protections]] +pattern = "master" diff --git a/repos/rust-embedded/msp430-quickstart.toml b/repos/rust-embedded/msp430-quickstart.toml new file mode 100644 index 000000000..31112dec1 --- /dev/null +++ b/repos/rust-embedded/msp430-quickstart.toml @@ -0,0 +1,16 @@ +org = "rust-embedded" +name = "msp430-quickstart" +description = "Template to develop bare metal applications for MSP430 microcontrollers" +bots = [] + +[access.teams] +msp430 = "admin" + +[access.individuals] +adamgreig = "admin" +therealprof = "admin" +rust-lang-owner = "admin" +nastevens = "admin" +posborne = "admin" +cr1901 = "admin" +YuhanLiin = "admin" diff --git a/repos/rust-embedded/msp430-rt.toml b/repos/rust-embedded/msp430-rt.toml new file mode 100644 index 000000000..8d8cc788b --- /dev/null +++ b/repos/rust-embedded/msp430-rt.toml @@ -0,0 +1,20 @@ +org = "rust-embedded" +name = "msp430-rt" +description = "Minimal startup / runtime for MSP430 microcontrollers " +bots = [] + +[access.teams] +msp430 = "admin" +triage = "write" + +[access.individuals] +YuhanLiin = "admin" +adamgreig = "admin" +jannic = "write" +mathk = "write" +jessebraham = "write" +nastevens = "admin" +posborne = "admin" +rust-lang-owner = "admin" +therealprof = "admin" +cr1901 = "admin" diff --git a/repos/rust-embedded/msp430.toml b/repos/rust-embedded/msp430.toml new file mode 100644 index 000000000..be3f19d17 --- /dev/null +++ b/repos/rust-embedded/msp430.toml @@ -0,0 +1,23 @@ +org = "rust-embedded" +name = "msp430" +description = "Low level access to MSP430 microcontrollers" +bots = [] + +[access.teams] +triage = "write" +msp430 = "admin" + +[access.individuals] +mathk = "write" +adamgreig = "admin" +cr1901 = "admin" +posborne = "admin" +nastevens = "admin" +YuhanLiin = "admin" +rust-lang-owner = "admin" +jessebraham = "write" +jannic = "write" +therealprof = "admin" + +[[branch-protections]] +pattern = "master" diff --git a/repos/rust-embedded/mutex-trait.toml b/repos/rust-embedded/mutex-trait.toml new file mode 100644 index 000000000..e349c230c --- /dev/null +++ b/repos/rust-embedded/mutex-trait.toml @@ -0,0 +1,23 @@ +org = "rust-embedded" +name = "mutex-trait" +description = "Low level API definition of a Mutex" +bots = [] + +[access.teams] +resources = "admin" + +[access.individuals] +adamgreig = "admin" +nastevens = "admin" +therealprof = "admin" +BartMassey = "admin" +eldruin = "admin" +posborne = "admin" +hdoordt = "admin" +rust-lang-owner = "admin" +jamesmunns = "admin" +hargoniX = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] diff --git a/repos/rust-embedded/nb.toml b/repos/rust-embedded/nb.toml new file mode 100644 index 000000000..e4def4aae --- /dev/null +++ b/repos/rust-embedded/nb.toml @@ -0,0 +1,36 @@ +org = "rust-embedded" +name = "nb" +description = "Minimal and reusable non-blocking I/O layer" +bots = [] + +[access.teams] +HAL = "admin" +Highfive = "write" + +[access.individuals] +Dirbaio = "admin" +ryankurte = "admin" +therealprof = "admin" +adamgreig = "admin" +eldruin = "admin" +rust-highfive = "write" +nastevens = "admin" +MabezDev = "admin" +rust-lang-owner = "admin" +posborne = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "Rustfmt", + "clippy_check", + "ci-linux (1.62.0, defmt-0-3, thumbv6m-none-eabi)", + "ci-linux (1.62.0, defmt-0-3, x86_64-unknown-linux-gnu)", + "ci-linux (1.62.0, thumbv6m-none-eabi)", + "ci-linux (1.62.0, x86_64-unknown-linux-gnu)", + "ci-linux (stable, defmt-0-3, thumbv6m-none-eabi)", + "ci-linux (stable, defmt-0-3, x86_64-unknown-linux-gnu)", + "ci-linux (stable, thumbv6m-none-eabi)", + "ci-linux (stable, x86_64-unknown-linux-gnu)", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/not-yet-awesome-embedded-rust.toml b/repos/rust-embedded/not-yet-awesome-embedded-rust.toml new file mode 100644 index 000000000..1f393d3ec --- /dev/null +++ b/repos/rust-embedded/not-yet-awesome-embedded-rust.toml @@ -0,0 +1,28 @@ +org = "rust-embedded" +name = "not-yet-awesome-embedded-rust" +description = "A collection of items that are not yet awesome in Embedded Rust" +bots = [] + +[access.teams] +resources = "admin" +Highfive = "write" +triage = "write" + +[access.individuals] +nastevens = "admin" +rust-highfive = "write" +hargoniX = "admin" +BartMassey = "admin" +hdoordt = "admin" +posborne = "admin" +jamesmunns = "admin" +eldruin = "admin" +jannic = "write" +therealprof = "admin" +rust-lang-owner = "admin" +adamgreig = "admin" +mathk = "write" +jessebraham = "write" + +[[branch-protections]] +pattern = "master" diff --git a/repos/rust-embedded/patterns.toml b/repos/rust-embedded/patterns.toml new file mode 100644 index 000000000..383d6b9ef --- /dev/null +++ b/repos/rust-embedded/patterns.toml @@ -0,0 +1,25 @@ +org = "rust-embedded" +name = "patterns" +description = "A book capturing different approaches or patterns for solving problems in Embedded Rust" +bots = [] + +[access.teams] +triage = "write" +resources = "admin" +Highfive = "write" + +[access.individuals] +jessebraham = "write" +rust-lang-owner = "admin" +adamgreig = "admin" +posborne = "admin" +BartMassey = "admin" +nastevens = "admin" +jamesmunns = "admin" +rust-highfive = "write" +jannic = "write" +hdoordt = "admin" +eldruin = "admin" +mathk = "write" +therealprof = "admin" +hargoniX = "admin" diff --git a/repos/rust-embedded/qemu-exit.toml b/repos/rust-embedded/qemu-exit.toml new file mode 100644 index 000000000..9e3fd8330 --- /dev/null +++ b/repos/rust-embedded/qemu-exit.toml @@ -0,0 +1,28 @@ +org = "rust-embedded" +name = "qemu-exit" +description = "Exit QEMU with user-defined code" +bots = [] + +[access.teams] +libs = "admin" + +[access.individuals] +Dirbaio = "admin" +adamgreig = "admin" +posborne = "admin" +therealprof = "admin" +nastevens = "admin" +reitermarkus = "admin" +newAM = "admin" +rust-lang-owner = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "Build Library (aarch64-unknown-none-softfloat)", + "Build Library (riscv64gc-unknown-none-elf)", + "Build Library (x86_64-unknown-linux-gnu)", + "Format", + "Test QEMU Exit (aarch64-unknown-none-softfloat)", + "Test QEMU Exit (riscv64gc-unknown-none-elf)", +] diff --git a/repos/rust-embedded/riscv.toml b/repos/rust-embedded/riscv.toml new file mode 100644 index 000000000..0fe61a2d6 --- /dev/null +++ b/repos/rust-embedded/riscv.toml @@ -0,0 +1,34 @@ +org = "rust-embedded" +name = "riscv" +description = "Low level access to RISC-V processors" +bots = [] + +[access.teams] +risc-v = "admin" +RISCV = "admin" +triage = "write" + +[access.individuals] +rmsyn = "admin" +jannic = "write" +therealprof = "admin" +adamgreig = "admin" +jessebraham = "admin" +posborne = "admin" +almindor = "admin" +MabezDev = "admin" +romancardenas = "admin" +rust-lang-owner = "admin" +dkhayes117 = "admin" +nastevens = "admin" +mathk = "write" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "clippy-check", + "build-check", + "rustfmt", + "changelog-check", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/rust-embedded-provisioning.toml b/repos/rust-embedded/rust-embedded-provisioning.toml new file mode 100644 index 000000000..bd2c99c4e --- /dev/null +++ b/repos/rust-embedded/rust-embedded-provisioning.toml @@ -0,0 +1,21 @@ +org = "rust-embedded" +name = "rust-embedded-provisioning" +description = "Terraform provisioning for Rust Embedded infrastructure" +bots = [] + +[access.teams] +infrastructure = "admin" +triage = "write" +Highfive = "write" + +[access.individuals] +adamgreig = "admin" +nastevens = "admin" +therealprof = "admin" +posborne = "admin" +rust-lang-owner = "admin" +jessebraham = "write" +jannic = "write" +mathk = "write" +ryankurte = "admin" +rust-highfive = "write" diff --git a/repos/rust-embedded/rust-embedded-www.toml b/repos/rust-embedded/rust-embedded-www.toml new file mode 100644 index 000000000..bfb0bb1d8 --- /dev/null +++ b/repos/rust-embedded/rust-embedded-www.toml @@ -0,0 +1,15 @@ +org = "rust-embedded" +name = "rust-embedded-www" +description = "The Rust embedded website: http://www.rust-embedded.org" +bots = [] + +[access.teams] +core-team = "admin" + +[access.individuals] +posborne = "admin" +adamgreig = "admin" +nastevens = "admin" +rust-lang-owner = "admin" +therealprof = "admin" +rust-embedded-bot = "admin" diff --git a/repos/rust-embedded/rust-embedded.github.io.toml b/repos/rust-embedded/rust-embedded.github.io.toml new file mode 100644 index 000000000..0947c7b35 --- /dev/null +++ b/repos/rust-embedded/rust-embedded.github.io.toml @@ -0,0 +1,26 @@ +org = "rust-embedded" +name = "rust-embedded.github.io" +description = "A collection of books and other documents about embedded Rust" +bots = [] + +[access.teams] +resources = "admin" +Highfive = "write" + +[access.individuals] +posborne = "admin" +jamesmunns = "admin" +BartMassey = "admin" +rust-highfive = "write" +nastevens = "admin" +hargoniX = "admin" +rust-lang-owner = "admin" +eldruin = "admin" +therealprof = "admin" +adamgreig = "admin" +hdoordt = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] +dismiss-stale-review = true diff --git a/repos/rust-embedded/rust-i2cdev.toml b/repos/rust-embedded/rust-i2cdev.toml new file mode 100644 index 000000000..54763baad --- /dev/null +++ b/repos/rust-embedded/rust-i2cdev.toml @@ -0,0 +1,38 @@ +org = "rust-embedded" +name = "rust-i2cdev" +description = "Rust library for interfacing with i2c devices under Linux" +bots = [] + +[access.teams] +Highfive = "write" +triage = "write" +embedded-linux = "admin" +core-team = "write" + +[access.individuals] +nastevens = "admin" +adamgreig = "admin" +jannic = "write" +ryankurte = "admin" +eldruin = "admin" +therealprof = "admin" +rust-highfive = "write" +sirhcel = "admin" +rust-embedded-bot = "write" +rust-lang-owner = "admin" +mathk = "write" +posborne = "admin" +jessebraham = "write" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "Rustfmt", + "clippy_check", + "CI (stable, armv7-unknown-linux-gnueabihf)", + "CI (stable, x86_64-unknown-linux-gnu)", + "CI (1.65.0, x86_64-unknown-linux-gnu)", + "CI-macOS (stable, x86_64-apple-darwin)", + "CI-macOS (1.65.0, x86_64-apple-darwin)", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/rust-raspberrypi-OS-tutorials.toml b/repos/rust-embedded/rust-raspberrypi-OS-tutorials.toml new file mode 100644 index 000000000..fde78f7e5 --- /dev/null +++ b/repos/rust-embedded/rust-raspberrypi-OS-tutorials.toml @@ -0,0 +1,35 @@ +org = "rust-embedded" +name = "rust-raspberrypi-OS-tutorials" +description = ":books: Learn to write an embedded OS in Rust :crab:" +bots = [] + +[access.teams] +resources = "admin" +Arm = "admin" +triage = "write" + +[access.individuals] +thalesfragoso = "admin" +adamgreig = "admin" +mathk = "write" +hargoniX = "admin" +therealprof = "admin" +jonathanpallant = "admin" +eldruin = "admin" +posborne = "admin" +rust-lang-owner = "admin" +BartMassey = "admin" +berkus = "admin" +hdoordt = "admin" +jannic = "write" +raw-bin = "admin" +nastevens = "admin" +jamesmunns = "admin" +nchong-at-aws = "admin" +newAM = "admin" +jessebraham = "write" + +[[branch-protections]] +pattern = "master" +required-approvals = 0 +pr-required = false diff --git a/repos/rust-embedded/rust-spidev.toml b/repos/rust-embedded/rust-spidev.toml new file mode 100644 index 000000000..a02472a34 --- /dev/null +++ b/repos/rust-embedded/rust-spidev.toml @@ -0,0 +1,37 @@ +org = "rust-embedded" +name = "rust-spidev" +description = "Rust library providing access to spidev devices under Linux" +bots = [] + +[access.teams] +embedded-linux = "admin" +triage = "write" +core-team = "write" +Highfive = "write" + +[access.individuals] +mathk = "write" +nastevens = "admin" +therealprof = "admin" +sirhcel = "admin" +posborne = "admin" +eldruin = "admin" +jannic = "write" +ryankurte = "admin" +jessebraham = "write" +rust-highfive = "write" +rust-embedded-bot = "write" +adamgreig = "admin" +rust-lang-owner = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "clippy_check", + "Rustfmt", + "CI (stable, x86_64-unknown-linux-gnu)", + "CI (stable, x86_64-unknown-linux-musl)", + "CI (beta, x86_64-unknown-linux-musl)", + "CI (beta, x86_64-unknown-linux-gnu)", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/rust-sysfs-gpio.toml b/repos/rust-embedded/rust-sysfs-gpio.toml new file mode 100644 index 000000000..42c45daf1 --- /dev/null +++ b/repos/rust-embedded/rust-sysfs-gpio.toml @@ -0,0 +1,26 @@ +org = "rust-embedded" +name = "rust-sysfs-gpio" +description = "A Rust Interface to the Linux sysfs GPIO interface (https://www.kernel.org/doc/Documentation/gpio/sysfs.txt)" +bots = [] + +[access.teams] +core-team = "write" +embedded-linux = "admin" +Highfive = "write" +triage = "write" + +[access.individuals] +nastevens = "admin" +mathk = "write" +rust-highfive = "write" +jannic = "write" +posborne = "admin" +therealprof = "admin" +adamgreig = "admin" +eldruin = "admin" +sirhcel = "admin" +rust-embedded-bot = "write" +ryankurte = "admin" +jessebraham = "write" +homu = "write" +rust-lang-owner = "admin" diff --git a/repos/rust-embedded/rust-sysfs-pwm.toml b/repos/rust-embedded/rust-sysfs-pwm.toml new file mode 100644 index 000000000..036e3a51a --- /dev/null +++ b/repos/rust-embedded/rust-sysfs-pwm.toml @@ -0,0 +1,28 @@ +org = "rust-embedded" +name = "rust-sysfs-pwm" +description = "Linux PWM Access via Sysfs in Rust" +bots = [] + +[access.teams] +triage = "write" +embedded-linux = "admin" +Highfive = "write" +#core-team = "pull" + +[access.individuals] +rust-highfive = "write" +therealprof = "admin" +posborne = "admin" +sirhcel = "admin" +jessebraham = "write" +ryankurte = "admin" +rust-lang-owner = "admin" +eldruin = "admin" +adamgreig = "admin" +mathk = "write" +nastevens = "admin" +jannic = "write" + +[[branch-protections]] +pattern = "master" +dismiss-stale-review = true diff --git a/repos/rust-embedded/showcase.toml b/repos/rust-embedded/showcase.toml new file mode 100644 index 000000000..66c704f49 --- /dev/null +++ b/repos/rust-embedded/showcase.toml @@ -0,0 +1,30 @@ +org = "rust-embedded" +name = "showcase" +description = "Awesome embedded projects by the Rust community!" +bots = [] + +[access.teams] +triage = "write" +Highfive = "write" +resources = "admin" + +[access.individuals] +rust-highfive = "write" +rust-lang-owner = "admin" +jessebraham = "write" +hargoniX = "admin" +nastevens = "admin" +jamesmunns = "admin" +posborne = "admin" +eldruin = "admin" +adamgreig = "admin" +BartMassey = "admin" +jannic = "write" +mathk = "write" +hdoordt = "admin" +therealprof = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = ["bors"] +dismiss-stale-review = true diff --git a/repos/rust-embedded/svd.toml b/repos/rust-embedded/svd.toml new file mode 100644 index 000000000..ff58c0ddf --- /dev/null +++ b/repos/rust-embedded/svd.toml @@ -0,0 +1,27 @@ +org = "rust-embedded" +name = "svd" +description = "A CMSIS-SVD file parser" +bots = [] + +[access.teams] +tools = "admin" + +[access.individuals] +japaric = "write" +posborne = "admin" +Emilgardis = "admin" +adamgreig = "admin" +reitermarkus = "admin" +ryankurte = "admin" +therealprof = "admin" +rust-lang-owner = "admin" +burrbull = "admin" +nastevens = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "Rustfmt", + "CI", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/svd2rust.toml b/repos/rust-embedded/svd2rust.toml new file mode 100644 index 000000000..168bbea46 --- /dev/null +++ b/repos/rust-embedded/svd2rust.toml @@ -0,0 +1,33 @@ +org = "rust-embedded" +name = "svd2rust" +description = "Generate Rust register maps (`struct`s) from SVD files" +bots = [] + +[access.teams] +triage = "write" +tools = "admin" +Highfive = "write" + +[access.individuals] +mathk = "write" +ryankurte = "admin" +posborne = "admin" +jamesmunns = "write" +jannic = "write" +jessebraham = "write" +therealprof = "admin" +adamgreig = "admin" +Emilgardis = "admin" +rust-highfive = "write" +rust-lang-owner = "admin" +reitermarkus = "admin" +burrbull = "admin" +nastevens = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "CI", + "Rustfmt", +] +dismiss-stale-review = true diff --git a/repos/rust-embedded/svdtools.toml b/repos/rust-embedded/svdtools.toml new file mode 100644 index 000000000..405004ca4 --- /dev/null +++ b/repos/rust-embedded/svdtools.toml @@ -0,0 +1,25 @@ +org = "rust-embedded" +name = "svdtools" +description = "Python package to handle vendor-supplied, often buggy SVD files." +bots = [] + +[access.teams] +tools = "admin" + +[access.individuals] +burrbull = "admin" +therealprof = "admin" +Emilgardis = "admin" +posborne = "admin" +nastevens = "admin" +ryankurte = "admin" +adamgreig = "admin" +reitermarkus = "admin" +rust-lang-owner = "admin" + +[[branch-protections]] +pattern = "master" +ci-checks = [ + "Rust-CI", + "Python-CI", +] diff --git a/repos/rust-embedded/template.toml b/repos/rust-embedded/template.toml new file mode 100644 index 000000000..f67e9e293 --- /dev/null +++ b/repos/rust-embedded/template.toml @@ -0,0 +1,13 @@ +org = "rust-embedded" +name = "template" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +posborne = "admin" +adamgreig = "admin" +therealprof = "admin" +nastevens = "admin" +rust-lang-owner = "admin" diff --git a/repos/rust-embedded/volatile-register.toml b/repos/rust-embedded/volatile-register.toml new file mode 100644 index 000000000..f5a877563 --- /dev/null +++ b/repos/rust-embedded/volatile-register.toml @@ -0,0 +1,21 @@ +org = "rust-embedded" +name = "volatile-register" +description = "Volatile access to memory mapped hardware registers" +bots = [] + +[access.teams] +libs = "admin" + +[access.individuals] +rust-lang-owner = "admin" +therealprof = "admin" +posborne = "admin" +newAM = "admin" +adamgreig = "admin" +reitermarkus = "admin" +nastevens = "admin" +Dirbaio = "admin" + +[[branch-protections]] +pattern = "master" +dismiss-stale-review = true diff --git a/repos/rust-embedded/wg.toml b/repos/rust-embedded/wg.toml new file mode 100644 index 000000000..bc5c3e966 --- /dev/null +++ b/repos/rust-embedded/wg.toml @@ -0,0 +1,39 @@ +org = "rust-embedded" +name = "wg" +description = "Coordination repository of the embedded devices Working Group" +bots = [] + +[access.teams] +All = "write" + +[access.individuals] +thalesfragoso = "write" +jamesmunns = "write" +burrbull = "write" +reitermarkus = "write" +Disasm = "write" +eldruin = "write" +nastevens = "admin" +ryankurte = "write" +cr1901 = "write" +romancardenas = "write" +almindor = "write" +posborne = "admin" +raw-bin = "write" +nchong-at-aws = "write" +adamgreig = "admin" +hdoordt = "write" +BartMassey = "write" +Dirbaio = "write" +dkhayes117 = "write" +berkus = "write" +MabezDev = "write" +Emilgardis = "write" +therealprof = "admin" +newAM = "write" +hargoniX = "write" +rust-lang-owner = "admin" + +[[branch-protections]] +pattern = "master" +dismiss-stale-review = true diff --git a/repos/rust-lang-ci/rust.toml b/repos/rust-lang-ci/rust.toml new file mode 100644 index 000000000..a6796b340 --- /dev/null +++ b/repos/rust-lang-ci/rust.toml @@ -0,0 +1,21 @@ +org = "rust-lang-ci" +name = "rust" +description = "Empowering everyone to build reliable and efficient software." +bots = [] + +[access.teams] +infra = "write" + +[access.individuals] +shepmaster = "write" +jdno = "admin" +rust-monitorbot = "write" +kennytm = "write" +Mark-Simulacrum = "admin" +marcoieni = "admin" +Kobzol = "write" +rust-timer = "write" +bors = "write" +rust-lang-owner = "admin" +rust-lang-self-hosted-ci = "admin" +pietroalbini = "admin" diff --git a/repos/rust-lang-ci/test-api-temp-fork.toml b/repos/rust-lang-ci/test-api-temp-fork.toml new file mode 100644 index 000000000..31800ccda --- /dev/null +++ b/repos/rust-lang-ci/test-api-temp-fork.toml @@ -0,0 +1,13 @@ +org = "rust-lang-ci" +name = "test-api-temp-fork" +description = "" +bots = [] + +[access.teams] + +[access.individuals] +Mark-Simulacrum = "admin" +marcoieni = "admin" +rust-lang-owner = "admin" +pietroalbini = "admin" +jdno = "admin" diff --git a/repos/rust-lang-deprecated/rustc-perf-collector.toml b/repos/rust-lang-deprecated/rustc-perf-collector.toml new file mode 100644 index 000000000..d83d2d1f9 --- /dev/null +++ b/repos/rust-lang-deprecated/rustc-perf-collector.toml @@ -0,0 +1,14 @@ +org = "rust-lang-deprecated" +name = "rustc-perf-collector" +description = "Benchmark collection of rustc compile time performance." +bots = [] + +[access.teams] + +[access.individuals] +arielb1 = "write" +jdno = "admin" +pietroalbini = "admin" +Mark-Simulacrum = "admin" +marcoieni = "admin" +rust-lang-owner = "admin" diff --git a/repos/rust-lang-nursery/.github.toml b/repos/rust-lang-nursery/.github.toml new file mode 100644 index 000000000..74b035882 --- /dev/null +++ b/repos/rust-lang-nursery/.github.toml @@ -0,0 +1,27 @@ +org = "rust-lang-nursery" +name = ".github" +description = "GitHub metadata for this organization" +bots = [] + +[access.teams] + +[access.individuals] +erickt = "admin" +KodrAus = "admin" +nikomatsakis = "admin" +aidanhs = "admin" +alexcrichton = "admin" +kennytm = "admin" +huonw = "admin" +pietroalbini = "admin" +steveklabnik = "admin" +carols10cents = "admin" +sfackler = "admin" +nrc = "admin" +marcoieni = "admin" +Mark-Simulacrum = "admin" +jdno = "admin" +rust-lang-owner = "admin" +nikomatsakis-admin = "admin" +aturon = "admin" +dtolnay = "admin" diff --git a/repos/rust-lang-nursery/backtrace-rs-1.toml b/repos/rust-lang-nursery/backtrace-rs-1.toml new file mode 100644 index 000000000..c3e6e826f --- /dev/null +++ b/repos/rust-lang-nursery/backtrace-rs-1.toml @@ -0,0 +1,28 @@ +org = "rust-lang-nursery" +name = "backtrace-rs-1" +description = "Backtraces in Rust" +bots = [] + +[access.teams] + +[access.individuals] +huonw = "admin" +jdno = "admin" +aturon = "admin" +nrc = "admin" +aidanhs = "admin" +KodrAus = "admin" +sfackler = "admin" +carols10cents = "admin" +Mark-Simulacrum = "admin" +alexcrichton = "admin" +steveklabnik = "admin" +pietroalbini = "admin" +erickt = "admin" +ChrisDenton = "admin" +rust-lang-owner = "admin" +kennytm = "admin" +nikomatsakis = "admin" +marcoieni = "admin" +dtolnay = "admin" +nikomatsakis-admin = "admin" diff --git a/repos/rust-lang-nursery/backtrace-rs.toml b/repos/rust-lang-nursery/backtrace-rs.toml new file mode 100644 index 000000000..ddb763613 --- /dev/null +++ b/repos/rust-lang-nursery/backtrace-rs.toml @@ -0,0 +1,28 @@ +org = "rust-lang-nursery" +name = "backtrace-rs" +description = "Backtraces in Rust" +bots = [] + +[access.teams] + +[access.individuals] +ChrisDenton = "admin" +marcoieni = "admin" +steveklabnik = "admin" +aidanhs = "admin" +dtolnay = "admin" +sfackler = "admin" +carols10cents = "admin" +nikomatsakis = "admin" +nikomatsakis-admin = "admin" +pietroalbini = "admin" +KodrAus = "admin" +aturon = "admin" +alexcrichton = "admin" +nrc = "admin" +huonw = "admin" +jdno = "admin" +erickt = "admin" +rust-lang-owner = "admin" +Mark-Simulacrum = "admin" +kennytm = "admin" diff --git a/repos/rust-lang-nursery/cli-wg.toml b/repos/rust-lang-nursery/cli-wg.toml new file mode 100644 index 000000000..36e775115 --- /dev/null +++ b/repos/rust-lang-nursery/cli-wg.toml @@ -0,0 +1,28 @@ +org = "rust-lang-nursery" +name = "cli-wg" +description = "The only purpose of this is to redirect old links to" +bots = [] + +[access.teams] + +[access.individuals] +jdno = "admin" +rust-lang-owner = "admin" +huonw = "admin" +nrc = "admin" +sfackler = "admin" +nikomatsakis-admin = "admin" +nikomatsakis = "admin" +carols10cents = "admin" +kennytm = "admin" +alexcrichton = "admin" +KodrAus = "admin" +Mark-Simulacrum = "admin" +marcoieni = "admin" +aturon = "admin" +steveklabnik = "admin" +killercup = "admin" +dtolnay = "admin" +aidanhs = "admin" +erickt = "admin" +pietroalbini = "admin" diff --git a/repos/rust-lang-nursery/ecosystem-wg.toml b/repos/rust-lang-nursery/ecosystem-wg.toml new file mode 100644 index 000000000..bc79210fa --- /dev/null +++ b/repos/rust-lang-nursery/ecosystem-wg.toml @@ -0,0 +1,28 @@ +org = "rust-lang-nursery" +name = "ecosystem-wg" +description = "Coordination repository of the ecosystem Working Group (WG)" +bots = [] + +[access.teams] + +[access.individuals] +aidanhs = "admin" +Mark-Simulacrum = "admin" +sfackler = "admin" +nrc = "admin" +dtolnay = "admin" +KodrAus = "admin" +steveklabnik = "admin" +alexcrichton = "admin" +kennytm = "admin" +nikomatsakis = "admin" +carols10cents = "admin" +aturon = "admin" +jdno = "admin" +huonw = "admin" +Dylan-DPC-zz = "write" +rust-lang-owner = "admin" +erickt = "admin" +marcoieni = "admin" +nikomatsakis-admin = "admin" +pietroalbini = "admin" diff --git a/repos/rust-lang-nursery/futures-api-docs.toml b/repos/rust-lang-nursery/futures-api-docs.toml new file mode 100644 index 000000000..7209e329d --- /dev/null +++ b/repos/rust-lang-nursery/futures-api-docs.toml @@ -0,0 +1,29 @@ +org = "rust-lang-nursery" +name = "futures-api-docs" +description = "API docs for futures-rs" +bots = [] + +[access.teams] + +[access.individuals] +pietroalbini = "admin" +carols10cents = "admin" +nikomatsakis = "admin" +MajorBreakfast = "admin" +aturon = "admin" +nrc = "admin" +rust-lang-owner = "admin" +nikomatsakis-admin = "admin" +Nemo157 = "admin" +steveklabnik = "admin" +alexcrichton = "admin" +erickt = "admin" +huonw = "admin" +kennytm = "admin" +KodrAus = "admin" +marcoieni = "admin" +dtolnay = "admin" +sfackler = "admin" +Mark-Simulacrum = "admin" +aidanhs = "admin" +jdno = "admin" diff --git a/repos/rust-lang-nursery/futures-rfcs.toml b/repos/rust-lang-nursery/futures-rfcs.toml new file mode 100644 index 000000000..8f373d31c --- /dev/null +++ b/repos/rust-lang-nursery/futures-rfcs.toml @@ -0,0 +1,28 @@ +org = "rust-lang-nursery" +name = "futures-rfcs" +description = "RFCs for changes to the `futures` crate" +bots = [] + +[access.teams] + +[access.individuals] +sfackler = "admin" +Mark-Simulacrum = "admin" +KodrAus = "admin" +rust-lang-owner = "admin" +pietroalbini = "admin" +cramertj = "admin" +nrc = "admin" +kennytm = "admin" +jdno = "admin" +erickt = "admin" +huonw = "admin" +dtolnay = "admin" +aidanhs = "admin" +alexcrichton = "admin" +nikomatsakis = "admin" +marcoieni = "admin" +nikomatsakis-admin = "admin" +aturon = "admin" +carols10cents = "admin" +steveklabnik = "admin" diff --git a/repos/rust-lang-nursery/gll.toml b/repos/rust-lang-nursery/gll.toml new file mode 100644 index 000000000..88e492a13 --- /dev/null +++ b/repos/rust-lang-nursery/gll.toml @@ -0,0 +1,28 @@ +org = "rust-lang-nursery" +name = "gll" +description = "GLL parsing framework." +bots = [] + +[access.teams] + +[access.individuals] +erickt = "admin" +KodrAus = "admin" +nikomatsakis = "admin" +dtolnay = "admin" +Mark-Simulacrum = "admin" +marcoieni = "admin" +rust-lang-owner = "admin" +pietroalbini = "admin" +kennytm = "admin" +carols10cents = "admin" +nrc = "admin" +huonw = "admin" +sfackler = "admin" +alexcrichton = "admin" +qmx = "admin" +nikomatsakis-admin = "admin" +steveklabnik = "admin" +jdno = "admin" +aturon = "admin" +aidanhs = "admin" diff --git a/repos/rust-lang-nursery/helix.toml b/repos/rust-lang-nursery/helix.toml new file mode 100644 index 000000000..cc18d68cd --- /dev/null +++ b/repos/rust-lang-nursery/helix.toml @@ -0,0 +1,28 @@ +org = "rust-lang-nursery" +name = "helix" +description = "A post-modern modal text editor." +bots = [] + +[access.teams] + +[access.individuals] +Mark-Simulacrum = "admin" +marcoieni = "admin" +nikomatsakis-admin = "admin" +nrc = "admin" +aturon = "admin" +jdno = "admin" +huonw = "admin" +rust-lang-owner = "admin" +pietroalbini = "admin" +erickt = "admin" +steveklabnik = "admin" +topecongiro = "admin" +KodrAus = "admin" +sfackler = "admin" +alexcrichton = "admin" +carols10cents = "admin" +aidanhs = "admin" +dtolnay = "admin" +nikomatsakis = "admin" +kennytm = "admin" diff --git a/repos/rust-lang-nursery/lazy-static.rs.toml b/repos/rust-lang-nursery/lazy-static.rs.toml new file mode 100644 index 000000000..ec55f32bc --- /dev/null +++ b/repos/rust-lang-nursery/lazy-static.rs.toml @@ -0,0 +1,34 @@ +org = "rust-lang-nursery" +name = "lazy-static.rs" +description = "A small macro for defining lazy evaluated static variables in Rust." +bots = [] + +[access.teams] +libs = "admin" + +[access.individuals] +aidanhs = "admin" +kennytm = "admin" +sfackler = "admin" +huonw = "admin" +marcoieni = "admin" +jdno = "admin" +Amanieu = "admin" +Mark-Simulacrum = "admin" +nikomatsakis = "admin" +aturon = "admin" +joshtriplett = "admin" +carols10cents = "admin" +thomcc = "admin" +dtolnay = "admin" +pietroalbini = "admin" +KodrAus = "admin" +rust-lang-owner = "admin" +nikomatsakis-admin = "admin" +steveklabnik = "admin" +nrc = "admin" +m-ou-se = "admin" +alexcrichton = "admin" +the8472 = "admin" +cuviper = "admin" +erickt = "admin" diff --git a/repos/rust-lang-nursery/portability-wg.toml b/repos/rust-lang-nursery/portability-wg.toml new file mode 100644 index 000000000..f36b3ae64 --- /dev/null +++ b/repos/rust-lang-nursery/portability-wg.toml @@ -0,0 +1,37 @@ +org = "rust-lang-nursery" +name = "portability-wg" +description = "Coordination repository of the portability Working Group (WG)" +bots = [] + +[access.teams] + +[access.individuals] +nrc = "admin" +le-jzr = "write" +nikomatsakis-admin = "admin" +pierzchalski = "write" +steveklabnik = "admin" +bossmc = "write" +KodrAus = "admin" +thejpster = "write" +nikomatsakis = "admin" +pietroalbini = "admin" +Mark-Simulacrum = "admin" +vcfxb = "write" +erickt = "admin" +Tom-Phinney = "write" +huonw = "admin" +jdno = "admin" +alexcrichton = "admin" +aidanhs = "admin" +marcoieni = "admin" +Ericson2314 = "write" +aturon = "admin" +acfoltzer = "write" +rust-lang-owner = "admin" +kennytm = "admin" +carols10cents = "admin" +jethrogb = "admin" +dtolnay = "admin" +retep998 = "write" +sfackler = "admin" diff --git a/repos/rust-lang-nursery/rust-cookbook.toml b/repos/rust-lang-nursery/rust-cookbook.toml new file mode 100644 index 000000000..b9aef063b --- /dev/null +++ b/repos/rust-lang-nursery/rust-cookbook.toml @@ -0,0 +1,32 @@ +org = "rust-lang-nursery" +name = "rust-cookbook" +description = "https://rust-lang-nursery.github.io/rust-cookbook" +bots = [] + +[access.teams] + +[access.individuals] +erickt = "admin" +marcoieni = "admin" +trentspi = "write" +steveklabnik = "admin" +carols10cents = "admin" +nrc = "admin" +nikomatsakis-admin = "admin" +AndyGauge = "write" +nikomatsakis = "admin" +aidanhs = "admin" +rust-lang-owner = "admin" +budziq = "write" +jdno = "admin" +Mark-Simulacrum = "admin" +aturon = "admin" +branderson = "write" +sfackler = "admin" +dtolnay = "admin" +pietroalbini = "admin" +huonw = "admin" +KodrAus = "admin" +kennytm = "admin" +dhharris = "write" +alexcrichton = "admin" diff --git a/repos/rust-lang-nursery/rust-lang-nursery.github.io.toml b/repos/rust-lang-nursery/rust-lang-nursery.github.io.toml new file mode 100644 index 000000000..a3777a363 --- /dev/null +++ b/repos/rust-lang-nursery/rust-lang-nursery.github.io.toml @@ -0,0 +1,27 @@ +org = "rust-lang-nursery" +name = "rust-lang-nursery.github.io" +description = "GitHub pages redirects" +bots = [] + +[access.teams] + +[access.individuals] +Mark-Simulacrum = "admin" +carols10cents = "admin" +steveklabnik = "admin" +aidanhs = "admin" +nrc = "admin" +huonw = "admin" +pietroalbini = "admin" +erickt = "admin" +dtolnay = "admin" +nikomatsakis = "admin" +kennytm = "admin" +aturon = "admin" +KodrAus = "admin" +jdno = "admin" +nikomatsakis-admin = "admin" +marcoieni = "admin" +rust-lang-owner = "admin" +alexcrichton = "admin" +sfackler = "admin" diff --git a/repos/rust-lang-nursery/rust-toolstate.toml b/repos/rust-lang-nursery/rust-toolstate.toml new file mode 100644 index 000000000..d7e13b4b6 --- /dev/null +++ b/repos/rust-lang-nursery/rust-toolstate.toml @@ -0,0 +1,39 @@ +org = "rust-lang-nursery" +name = "rust-toolstate" +description = "Records build and test status of external tools bundled with the Rust repository." +bots = [] + +[access.teams] +bots = "write" +infra = "admin" + +[access.individuals] +Mark-Simulacrum = "admin" +alexcrichton = "admin" +marcoieni = "admin" +kennytm = "admin" +aturon = "admin" +nrc = "admin" +sfackler = "admin" +pietroalbini = "admin" +dtolnay = "admin" +shepmaster = "admin" +erickt = "admin" +jdno = "admin" +huonw = "admin" +carols10cents = "admin" +KodrAus = "admin" +rust-highfive = "write" +nikomatsakis-admin = "admin" +aidanhs = "admin" +Kobzol = "admin" +steveklabnik = "admin" +nikomatsakis = "admin" +pietroalbini-cat = "write" +rust-lang-owner = "admin" +bors = "write" + +[[branch-protections]] +pattern = "master" +required-approvals = 0 +pr-required = false diff --git a/repos/rust-lang-nursery/rustc-seme-regions.toml b/repos/rust-lang-nursery/rustc-seme-regions.toml new file mode 100644 index 000000000..3af3a75cc --- /dev/null +++ b/repos/rust-lang-nursery/rustc-seme-regions.toml @@ -0,0 +1,27 @@ +org = "rust-lang-nursery" +name = "rustc-seme-regions" +description = "Single Entry Multiple Exit Regions -- A stepping stone for full NLL" +bots = [] + +[access.teams] + +[access.individuals] +aturon = "admin" +erickt = "admin" +rust-lang-owner = "admin" +steveklabnik = "admin" +kennytm = "admin" +Mark-Simulacrum = "admin" +nrc = "admin" +pietroalbini = "admin" +huonw = "admin" +KodrAus = "admin" +alexcrichton = "admin" +sfackler = "admin" +nikomatsakis-admin = "admin" +nikomatsakis = "admin" +jdno = "admin" +marcoieni = "admin" +carols10cents = "admin" +dtolnay = "admin" +aidanhs = "admin" diff --git a/repos/rust-lang-nursery/wg-verification.toml b/repos/rust-lang-nursery/wg-verification.toml new file mode 100644 index 000000000..bef33dd3e --- /dev/null +++ b/repos/rust-lang-nursery/wg-verification.toml @@ -0,0 +1,29 @@ +org = "rust-lang-nursery" +name = "wg-verification" +description = "Verification working group" +bots = [] + +[access.teams] + +[access.individuals] +erickt = "admin" +nrc = "admin" +nikomatsakis-admin = "admin" +sfackler = "admin" +kennytm = "admin" +nikomatsakis = "admin" +aturon = "admin" +huonw = "admin" +rust-lang-owner = "admin" +asajeffrey = "admin" +jdno = "admin" +steveklabnik = "admin" +Mark-Simulacrum = "admin" +avadacatavra = "admin" +aidanhs = "admin" +KodrAus = "admin" +marcoieni = "admin" +carols10cents = "admin" +dtolnay = "admin" +alexcrichton = "admin" +pietroalbini = "admin"