Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion repos/rust-lang/rust.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org = "rust-lang"
name = "rust"
description = "Empowering everyone to build reliable and efficient software."
homepage = "https://www.rust-lang.org"
bots = ["bors", "craterbot", "glacierbot", "log-analyzer", "rustbot", "rfcbot", "rust-timer"]
bots = ["bors", "craterbot", "glacierbot", "log-analyzer", "rustbot", "rfcbot", "rust-timer", "datadog"]

[access.teams]
bootstrap = "write"
Expand Down
3 changes: 1 addition & 2 deletions src/sync/github/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ impl GithubApp {
278306 => Some(GithubApp::Bors),
// Link for infra admins:
// https://github.com/organizations/rust-lang/settings/apps/datadog-rust-lang
// TODO set the real value after updating triagebot: 3444461
1111111 => Some(GithubApp::Datadog),
3444461 => Some(GithubApp::Datadog),
_ => None,
}
}
Expand Down