1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Pasting is a true gem

This commit is contained in:
Daniel Walsh 2019-12-06 20:57:17 +00:00
parent 73a9eddf7f
commit 724c550204

View File

@ -19,11 +19,11 @@ public class ContributionsConnector extends GitHubConnector {
// All names including "bot" are automatically blacklisted. But, others can be too right here. // All names including "bot" are automatically blacklisted. But, others can be too right here.
// (includes "invalid-email-address" because it is an invalid contributor) // (includes "invalid-email-address" because it is an invalid contributor)
private static final List<String> blacklist = Arrays.asList( private static final List<String> blacklist = Arrays.asList(
"invalid-email-address", "invalid-email-address",
"renovate-bot", "renovate-bot",
"ImgBotApp", "ImgBotApp",
"TheBusyBot", "TheBusyBot",
"imgbot" "imgbot"
); );
// Matches a GitHub name with a Minecraft name. // Matches a GitHub name with a Minecraft name.