From a45eba7f0653827f185b3d4d6e8162d6d6be6c4b Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Fri, 8 Nov 2024 16:48:46 -0500 Subject: [PATCH] Give try permissions to Fuchsia team This is so they can update the Fuchsia pin (e.g. https://github.com/rust-lang/rust/pull/132294, which is only practical because of my status as compiler team member). For the same reason this was done for the Rust for Linux team in #1512. --- teams/fuchsia.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/teams/fuchsia.toml b/teams/fuchsia.toml index f6bd9dd7b..39afb078f 100644 --- a/teams/fuchsia.toml +++ b/teams/fuchsia.toml @@ -12,3 +12,6 @@ alumni = [ "ComputerDruid", "djkoloski", ] + +[permissions] +bors.rust.try = true