From bde844e7727f73c0d6bf600f7a9dc53c76e807a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 14 Nov 2025 14:02:11 +0100 Subject: [PATCH] Add triagebot to glob --- repos/rust-lang/glob.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/repos/rust-lang/glob.toml b/repos/rust-lang/glob.toml index 0c84bd01c..73e51a483 100644 --- a/repos/rust-lang/glob.toml +++ b/repos/rust-lang/glob.toml @@ -1,11 +1,11 @@ -org = 'rust-lang' -name = 'glob' -description = 'Support for matching file paths against Unix shell style patterns.' -homepage = "http://doc.rust-lang.org/glob" -bots = [] +org = "rust-lang" +name = "glob" +description = "Support for matching file paths against Unix shell style patterns." +homepage = "https://doc.rust-lang.org/glob" +bots = ["rustbot"] [access.teams] -crate-maintainers = 'maintain' +crate-maintainers = "maintain" [[branch-protections]] pattern = "master"