Skip to content
Discussion options

You must be logged in to vote

📌 Using GitHub UI (Easiest Method)

GitHub provides search filters to find merged PRs.

Steps:

  1. Go to GitHub Pull Requests.
  2. In the search bar, enter:
    is:pr author:<your-username> is:merged
    
    Example for user aayushbharti:
    is:pr author:aayushbharti is:merged
    
  3. This will list all PRs you created that have been merged.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ghostinhershell
Comment options

@chornge
Comment options

Answer selected by MerrickHayes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pull Requests Propose, review, and discuss changes to a repository's codebase Show & Tell Discussions where community members share their projects, experiments, or accomplishments
4 participants