We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b84e0b + 3ee40cf commit 86a17d6Copy full SHA for 86a17d6
config.toml
@@ -7,4 +7,5 @@ allowed-mailing-lists-domains = [
7
allowed-github-orgs = [
8
"rust-lang",
9
"rust-lang-nursery",
10
+ "rust-dev-tools",
11
]
teams/devtools.toml
@@ -18,6 +18,9 @@ repo = "https://github.com/rust-dev-tools/dev-tools-team"
18
discord-invite = "https://discord.gg/sG23nSS"
19
discord-name = "#dev-tools"
20
21
+[github]
22
+orgs = ["rust-lang", "rust-dev-tools"]
23
+
24
[[lists]]
25
address = "tools@rust-lang.org"
26
0 commit comments