From ce48a22b9aa5231fe0cb3d9493f230476c7a0319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 13 Aug 2026 14:58:09 +0200 Subject: [PATCH] Change default branch of `rust-clippy` to `main` --- repos/rust-lang/rust-clippy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/rust-lang/rust-clippy.toml b/repos/rust-lang/rust-clippy.toml index c041f2942..b2b3dd92e 100644 --- a/repos/rust-lang/rust-clippy.toml +++ b/repos/rust-lang/rust-clippy.toml @@ -14,7 +14,7 @@ clippy = "write" clippy-contributors = "triage" [[rulesets]] -pattern = "master" +pattern = "main" ci-checks = [ "conclusion", "conclusion_dev",