We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fafb26 commit 8605f85Copy full SHA for 8605f85
web-server/pages/api/internal/[org_id]/utils.ts
@@ -102,7 +102,7 @@ export const searchGithubReposWithNames = async (
102
}
103
`;
104
105
- const queryString = `${searchString} in:name`;
+ const queryString = `${searchString} in:name fork:true`;
106
107
const response = await fetch(GITHUB_API_URL, {
108
method: 'POST',
0 commit comments