From 5838a534d14d9473c0ce1eb978570019c659f416 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Sat, 14 Sep 2024 11:53:03 -0400 Subject: [PATCH] Remove review requirement for relnotes tooling This is a purely internal repo, which doesn't even deploy to any infrastructure. Skip review requirements for the time being. --- repos/rust-lang/relnotes.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/rust-lang/relnotes.toml b/repos/rust-lang/relnotes.toml index eb63e2760..0ec3a9f5d 100644 --- a/repos/rust-lang/relnotes.toml +++ b/repos/rust-lang/relnotes.toml @@ -19,3 +19,4 @@ ci-checks = [ "build (windows-latest, nightly)", "build (windows-latest, stable)", ] +required-approvals = 0