Ability to search within teams' repositories #138411
Replies: 1 comment
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Product Feedback
Body
As a user of GitHub and member of a GitHub organization that divides its repositories among various teams,
I need a way to perform a GitHub search against only the repositories owned by a specific team.
This feature could be made available within either:
https://github.com/orgs/[OrgName]/teams/[TeamName]/repositories
).As a workaround, we currently have to create a very long
OR
condition in our search string, such asAND (repo:[ExampleRepoOne] OR repo:[ExampleRepoTwo] OR [ExampleRepoThree] ... )
. This is cumbersome when a team has many repositories and/or new repositories are added/removed often. This workaround is further complicated by the fact that you cannot save and share GitHub searches.Beta Was this translation helpful? Give feedback.
All reactions