From f471b89ec39d5358c46b9d5324274733df018c95 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Sat, 25 Oct 2025 00:18:16 +0800 Subject: [PATCH] Grant `rust-analyzer` team perf/crater permissions r-a already has bors r+ permissions, it makes sense to grant r-a perf and crater permissions for perf experiments and such. --- teams/rust-analyzer.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teams/rust-analyzer.toml b/teams/rust-analyzer.toml index 95482aae2..9312c7d3b 100644 --- a/teams/rust-analyzer.toml +++ b/teams/rust-analyzer.toml @@ -27,6 +27,8 @@ repo = "https://github.com/rust-lang/rust-analyzer" [permissions] bors.rust.review = true +perf = true +crater = true [[github]] orgs = ["rust-lang", "rust-analyzer"]