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.
// (includes "invalid-email-address" because it is an invalid contributor)
private static final List<String> blacklist = Arrays.asList(
"invalid-email-address",
"renovate-bot",
"ImgBotApp",
"TheBusyBot",
"imgbot"
"invalid-email-address",
"renovate-bot",
"ImgBotApp",
"TheBusyBot",
"imgbot"
);
// Matches a GitHub name with a Minecraft name.