-
Notifications
You must be signed in to change notification settings - Fork 763
add org filter to repository search #1355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jetersen
Please complete the PR checklist (updated the PR description to include it).
In particular, add this parameter to an existing test or create new tests for it.
@bitwiseman I couldn't find any existing tests that used the repository search feature 😓 At least no test file called |
Codecov Report
@@ Coverage Diff @@
## main #1355 +/- ##
=========================================
Coverage 78.10% 78.10%
- Complexity 2045 2046 +1
=========================================
Files 200 200
Lines 6270 6271 +1
Branches 355 355
=========================================
+ Hits 4897 4898 +1
Misses 1165 1165
Partials 208 208
Continue to review full report at Codecov.
|
@jetersen |
@bitwiseman test are added 😅 |
Description
add org filter to repository search
https://docs.github.com/en/search-github/searching-on-github/searching-for-repositories#search-within-a-users-or-organizations-repositories
Before submitting a PR:
mvn -D enable-ci clean install site
locally. If this command doesn't succeed, your change will not pass CI.main
. You will create your PR from that branch.When creating a PR: