-
Notifications
You must be signed in to change notification settings - Fork 735
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
Includes template_repository information fixes #1549 #1579
Includes template_repository information fixes #1549 #1579
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1579 +/- ##
============================================
- Coverage 79.97% 79.93% -0.05%
- Complexity 2221 2222 +1
============================================
Files 213 213
Lines 6718 6723 +5
Branches 365 366 +1
============================================
+ Hits 5373 5374 +1
- Misses 1131 1133 +2
- Partials 214 216 +2 ☔ View full report in Codecov by Sentry. |
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.
Please fix CI failures.
c431627
to
40b1792
Compare
40b1792
to
2962a6c
Compare
Added the missing javadoc. I was using the wrong jdk for the |
#1604 wrongfully closed this PR, it so happens to share the number 1579 with an identically numbered issue. The fix in this PR still needs to be applied, please reopen. |
@robinvandenbogaard |
Description
Include template repository in detailed representations. Fixes #1549
https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-repository-teams
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: