mirror of
https://github.com/sherlock-project/sherlock
synced 2025-03-17 14:56:58 +00:00
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.
This commit is contained in:
parent
9d824d16a3
commit
4bade34a37
1 changed files with 9 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue