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.
1 parent 1257f1f commit 544660dCopy full SHA for 544660d
config.toml
@@ -6,6 +6,7 @@ allowed-mailing-lists-domains = [
6
]
7
8
allowed-github-orgs = [
9
+ "bors-rs",
10
"rust-lang",
11
"rust-lang-ci",
12
"rust-lang-nursery",
teams/infra.toml
@@ -16,6 +16,10 @@ members = [
16
[[github]]
17
orgs = ["rust-lang", "rust-lang-ci", "rust-lang-nursery"]
18
19
+[[github]]
20
+team-name = "rust-infra"
21
+orgs = ["bors-rs"]
22
+
23
[permissions]
24
perf = true
25
crater = true
0 commit comments