From 395833dcbb81ffece07781a1b6c92f36bb3da7c3 Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Mon, 16 Sep 2024 11:08:17 -0400 Subject: [PATCH] Exclude gcc fork from thanksbot --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 87db9ff9..e91a4a30 100644 --- a/src/main.rs +++ b/src/main.rs @@ -650,6 +650,7 @@ fn get_submodules( "https://github.com/rust-lang/jemalloc.git", "https://github.com/rust-lang/compiler-rt.git", "https://github.com/rust-lang/hoedown.git", + "https://github.com/rust-lang/gcc.git", ]; is_rust && !exclude.contains(&s.repository.as_str())