Skip to content

Unable to Pin a Public Repository I Contributed To #164919

Discussion options

You must be logged in to vote

This is a common issue with GitHub's pinning system. There are a few potential causes and solutions:

Most Likely Causes

1. Contribution Detection Issues

GitHub sometimes doesn't recognize contributions properly. Check:

# Verify your commits are properly attributed
git log --author="[email protected]" --oneline

2. Repository Ownership/Fork Status

  • You can only pin repositories you own or have forked
  • Contributions to repositories you don't own/haven't forked won't appear in pinning options

Solutions

Option 1: Fork the Repository

# Fork the repository first, then pin your fork
gh repo fork pantherfoundation/panther-core

Then pin yourusername/panther-core instead.

Option 2: Check Contri…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by SushmaVaradaiah-PP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GitHub or a GitHub feature is not working as intended Profile Showcase your work on GitHub with a personalized profile, bio, contributions and pinned repositories
3 participants