Skip to content

Empty top languages #1790

Answered by rickstaa
elax46 asked this question in Q&A
Discussion options

You must be logged in to vote

@elax46 Similar to #1640 you also don't seem to have any non-forked public repositories that https://github.com/github/linguist recognises. The only repository for which you should get the js, json and md languages is https://github.com/elax46/custom-brand-icons. But Github does not seem to recognise those files (i.e. there is no language information on the repository). You can check this by using the following syntax in the graphql explorer:

query userInfo($login: String!) {
  user(login: $login) {
    # fetch only owner repos & not forks
    repositories(ownerAffiliations: OWNER, isFork: false, first: 100) {
      nodes {
        name
        languages(first: 10, orderBy: {field: SIZE, d…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by elax46
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested.
2 participants
Converted from issue

This discussion was converted from issue #1788 on May 27, 2022 11:34.