Sentian Cloud Computing Inc
  • Intro
    • Welcome
    • Why Me / My Business
  • Let's Talk
    • Recruiters & Co
    • Marketing & BD
  • Knowledge, Notes, Tricks
    • What is DevOps
    • Learning Programming
    • Learning Go
    • Docker run: Mirror Host User
    • GitOps: thoughts, challenges, etc
    • View approved PRs in github
    • Configuration for Terraform
    • Storing Sensitive Data in Git
    • Resizing an Ubuntu Guest VM Disk
Powered by GitBook
On this page

Was this helpful?

  1. Knowledge, Notes, Tricks

View approved PRs in github

The PR dashboard in github does not show which ones were approved or are still waiting for approval. Two useful searches in github to get around this (if you work on several repos and branches):

Find all your own PRs (you are author) across all git repos, that have been approved:

org:YourOrgName is:pr is:open author:@me review:approved

Find all your own PRs that have not yet been approved:

org:YourOrgName is:pr is:open author:@me -review:approved

PreviousGitOps: thoughts, challenges, etcNextConfiguration for Terraform

Last updated 2 years ago

Was this helpful?