From af1dbbd7114691837d6e267dc6e59ada544b84f8 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 24 Jan 2025 23:17:51 +0100 Subject: [PATCH] Enable auto-merge feature on rustc_codegen_gcc repository --- repos/rust-lang/rustc_codegen_gcc.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repos/rust-lang/rustc_codegen_gcc.toml b/repos/rust-lang/rustc_codegen_gcc.toml index 81919850f..fb5c06eac 100644 --- a/repos/rust-lang/rustc_codegen_gcc.toml +++ b/repos/rust-lang/rustc_codegen_gcc.toml @@ -6,3 +6,8 @@ bots = [] [access.teams] compiler = "write" wg-gcc-backend = "maintain" + +[[branch-protections]] +pattern = "master" +ci-checks = ["success"] +required-approvals = 0