Skip to content

Commit 544660d

Browse files
committed
infra: add github synchronization for the bors-rs organization
1 parent 1257f1f commit 544660d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ allowed-mailing-lists-domains = [
66
]
77

88
allowed-github-orgs = [
9+
"bors-rs",
910
"rust-lang",
1011
"rust-lang-ci",
1112
"rust-lang-nursery",

teams/infra.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ members = [
1616
[[github]]
1717
orgs = ["rust-lang", "rust-lang-ci", "rust-lang-nursery"]
1818

19+
[[github]]
20+
team-name = "rust-infra"
21+
orgs = ["bors-rs"]
22+
1923
[permissions]
2024
perf = true
2125
crater = true

0 commit comments

Comments
 (0)