Include forked items in manual GitHub projects
This commit is contained in:
parent
53ac08da41
commit
2edbeb2912
@ -76,7 +76,7 @@ const GitProfile = ({ config }: { config: Config }) => {
|
||||
.map((project) => `+repo:${project}`)
|
||||
.join('');
|
||||
|
||||
const url = `https://api.github.com/search/repositories?q=${repos}&type=Repositories`;
|
||||
const url = `https://api.github.com/search/repositories?q=${repos}+fork:true&type=Repositories`;
|
||||
|
||||
const repoResponse = await axios.get(url, {
|
||||
headers: { 'Content-Type': 'application/vnd.github.v3+json' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user