Skip to content

Commit a9dffe8

Browse files
committed
adds permission and documentation for crate-io-ops bot
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 858fbfc commit a9dffe8

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ supported services.
2323
[www-src]: https://github.com/rust-lang/www.rust-lang.org/blob/master/src/teams.rs
2424
[crater]: https://github.com/rust-lang-nursery/crater
2525
[crater-src]: https://github.com/rust-lang-nursery/crater/blob/master/src/server/auth.rs
26+
[crates-io-ios]: https://github.com/rust-lang/crates-io-ops-bot/
2627
[ml-src]: https://github.com/rust-lang/rust-central-station/tree/master/sync-mailgun
2728
[perf]: https://perf.rust-lang.org
2829
[perf-src]: https://github.com/rust-lang-nursery/rustc-perf/blob/master/site/src/server.rs

docs/toml-schema.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,5 @@ permissions are available:
101101
perf = true
102102
# Optional, grants access to the @craterbot GitHub bot
103103
crater = true
104+
# Optional, grants access to the crates-io-ops Discord bot
104105
```

src/permissions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ permissions! {
132132
booleans {
133133
perf,
134134
crater,
135+
crates-io-ops,
135136
}
136137
bors_repos {
137138
cargo,

teams/infra.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ orgs = ["rust-lang", "rust-lang-ci", "rust-lang-nursery"]
1919
[permissions]
2020
perf = true
2121
crater = true
22+
crates-io-ops = true
2223
bors.rust.review = true
2324
bors.crater.review = true
2425

0 commit comments

Comments
 (0)