Skip to content

Commit 1213cf9

Browse files
authored
Merge pull request #167 from Veykril/rust-analyzer
Add rust-analyzer configuration
2 parents 4b9bcb0 + 0b77886 commit 1213cf9

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
@@ -386,3 +386,22 @@ try_users = []
386386
secret = "${HOMU_WEBHOOK_SECRET_SEMVERVER}"
387387
[repo.semverver.checks.actions]
388388
name = "bors build finished"
389+
390+
###################
391+
# rust-analyzer #
392+
###################
393+
394+
[repo.rust-analyzer]
395+
owner = "rust-lang"
396+
name = "rust-analyzer"
397+
timeout = 5400
398+
399+
# Permissions managed through rust-lang/team
400+
rust_team = true
401+
reviewers = []
402+
try_users = []
403+
404+
[repo.rust-analyzer.github]
405+
secret = "${HOMU_WEBHOOK_SECRET_RUST_ANALYZER}"
406+
[repo.rust-analyzer.checks.actions]
407+
name = "bors build finished"

0 commit comments

Comments
 (0)