From 4bade34a37282105885a094d4d2d4d5881ac20dc Mon Sep 17 00:00:00 2001 From: Arnav Mehta <66114536+mehtaarn000@users.noreply.github.com> Date: Thu, 19 Nov 2020 10:55:21 -0600 Subject: [PATCH] Add support for GitHub Support Communities NOTE: This is not the same thing as GitHub, as not all Github users have a Github Support Community account. --- sherlock/resources/data.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 15b27656..7eb8c158 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -651,6 +651,14 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "GitHub Support Community": { + "errorMsg": "Oops! That page doesn’t exist or is private.", + "errorType": "message", + "url": "https://github.community/u/{}/summary", + "urlMain": "https://github.community", + "username_claimed": "jperl", + "username_unclaimed": "blue" + }, "GitLab": { "errorMsg": "[]", "errorType": "message", @@ -2300,4 +2308,4 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" } -} \ No newline at end of file +}