One of our application can submit a github PR based on user request. User can decide to merge this PR or keep them unmerged.
Is there a way to search a git hub organization to find repositories with an unmerged PR. PR follows a naming pattern ie a static string with a dynamic part at the end.
ie. search git-org for all repos with a PR name like %auto_generated_pr_name_pattern%
Thanks, San