Skip to content

Commit

Permalink
Exclude gcc fork from thanksbot
Browse files Browse the repository at this point in the history
  • Loading branch information
compiler-errors committed Sep 16, 2024
1 parent 5b2c975 commit 395833d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 395833d

Please sign in to comment.