Ability to filter own archived repos from search #185268
Replies: 3 comments
|
💬 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. ⭐ |
|
another good use case for this could be to search all (unarchived) repositories which have a special dependency, like which will show all repositories that depend on |
|
This is now possible, but the qualifier depends on which search surface you are using. For repository search, use the documented
Use For the dependency example in the comment, use Code Search rather than repository search: repository search does not search arbitrary file contents. For example:
A saved “Active repositories” view or a one-click archived toggle would still be a useful UX improvement, but the two queries above should cover the current workflows. |
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
Sometimes I wish to search all my repos including those archived, but there are many other times when archived repos are noise and should be filtered and not appear in results.
All reactions