We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparently, unlike forks, that's impossible. See https://github.community/t/is-there-a-way-to-find-repositories-generated-from-my-template-repository/122838
The GraphQL API helps, with limited scope:
{ viewer { repository(name: "krater") { stargazers(first: 100) { edges { node { repositories(first: 10) { edges { node { nameWithOwner templateRepository { nameWithOwner } } } } } } } watchers(first: 100) { edges { node { name repositories(first: 10) { edges { node { nameWithOwner templateRepository { nameWithOwner } } } } } } } } } }
Maybe we'd better just add a dotfile to the repo and ask the users to gracefully keep it, so we can find it via the ordinary search. 🤷
The text was updated successfully, but these errors were encountered:
paolobrasolin
No branches or pull requests
Apparently, unlike forks, that's impossible. See https://github.community/t/is-there-a-way-to-find-repositories-generated-from-my-template-repository/122838
The GraphQL API helps, with limited scope:
Maybe we'd better just add a dotfile to the repo and ask the users to gracefully keep it, so we can find it via the ordinary search. 🤷
The text was updated successfully, but these errors were encountered: