Skip to content

Commit

Permalink
Merge branch 'master' into rustup/djc
Browse files Browse the repository at this point in the history
  • Loading branch information
rylev authored Oct 2, 2023
2 parents 5d32b2a + 29d82aa commit 09b5643
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 2 deletions.
5 changes: 5 additions & 0 deletions people/rami3l.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = 'rami3l'
github = 'rami3l'
github-id = 33851577
email = '[email protected]'
zulip-id = 616990
13 changes: 13 additions & 0 deletions repos/rust-lang/impl-trait-utils.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
org = "rust-lang"
name = "impl-trait-utils"
description = "Utilities for working with impl traits in Rust."
bots = []

[access.teams]
wg-async = "write"

[access.individuals]
tmandry = "maintain"

[[branch-protections]]
pattern = "main"
10 changes: 10 additions & 0 deletions repos/rust-lang/wg-macros.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
org = "rust-lang"
name = "wg-macros"
description = "Home of the Rust Macros Working Gruop"
bots = ["rustbot"]

[access.teams]
wg-macros = "maintain"

[[branch-protections]]
pattern = "main"
2 changes: 1 addition & 1 deletion teams/rustdoc-contributors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ extra-teams = ["rustdoc"]
[website]
name = "Rustdoc team contributors"
description = "Contributing to Rustdoc on a regular basis"
zulip-stream = "rustdoc"
zulip-stream = "t-rustdoc"
2 changes: 1 addition & 1 deletion teams/rustdoc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ping = "rust-lang/rustdoc"
[website]
name = "Rustdoc team"
description = "Developing and managing the Rustdoc documentation tool"
zulip-stream = "rustdoc"
zulip-stream = "t-rustdoc"
repo = "https://github.com/rust-lang/rust"

[[lists]]
Expand Down
1 change: 1 addition & 0 deletions teams/rustup.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ leads = [
members = [
"rbtcollins",
"djc",
"rami3l",
]
alumni = [
"nrc",
Expand Down

0 comments on commit 09b5643

Please sign in to comment.