I have a URL for accessing all open PRs for my team. URL: https://github.com/pulls?q=is%3Aopen+is%3Apr+archived%3Afalse+team%3Acorp-name%2Fteam-name
Query: is:open is:pr archived:false team:corp-name/team-name
This has always worked fine but the last few repos I created are not found by this query and I can't tell why. The team has the same write access on all repos and if I go to github.com/orgs/corp-name/teams/team-name/repositories they are all listed there. I don't see anything in the settings to determine which team is the owner. All settings are the same as other repos that do show up in the search results.
An alternative would be to use repo:
but I don't think wildcards are an option and there's too many repos to list separately.