Skip to content

Commit

Permalink
Merge pull request #638 from arifszn/637
Browse files Browse the repository at this point in the history
Include forked items in manual GitHub projects
  • Loading branch information
arifszn committed Aug 6, 2024
2 parents 53ac08d + 2edbeb2 commit 4e9b79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gitprofile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 4e9b79e

Please sign in to comment.