Skip to content

Commit 817094d

Browse files
authored
Add vscode-rust to list of bors repositories
1 parent c6f8fc6 commit 817094d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

cfg.production.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,25 @@ secret = "${HOMU_WEBHOOK_SECRET_RLS}"
228228
[repo.rls.checks.azure]
229229
name = "rust-lang.rls"
230230

231+
################
232+
# vscode-rust #
233+
################
234+
235+
[repo.vscode-rust]
236+
owner = "rust-lang"
237+
name = "vscode-rust"
238+
timeout = 1800
239+
240+
# Permissions managed through rust-lang/team
241+
rust_team = true
242+
reviewers = []
243+
try_users = []
244+
245+
[repo.vscode-rust.github]
246+
secret = "${HOMU_WEBHOOK_SECRET_VSCODE_RUST}"
247+
[repo.vscode-rust.checks.actions]
248+
name = "bors build finished"
249+
231250
###############
232251
# crates.io #
233252
###############

0 commit comments

Comments
 (0)