-
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
Fix Issue #576 collaborator by username #1431
Fix Issue #576 collaborator by username #1431
Conversation
@bitwiseman Could I please have access to the test org so I can record the response for the wiremock stub? |
@0xacx Invitation sent. |
@bitwiseman Unfortunately I haven't logged in for a long while and the invitation expired. Any chance you could resend it? |
@0xacx Sent invite again. |
Codecov Report
@@ Coverage Diff @@
## main #1431 +/- ##
============================================
- Coverage 78.81% 78.80% -0.01%
- Complexity 2114 2115 +1
============================================
Files 202 202
Lines 6429 6432 +3
Branches 361 362 +1
============================================
+ Hits 5067 5069 +2
Misses 1152 1152
- Partials 210 211 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@bitwiseman Could you or any other maintainer please approve running the workflows? Thanks! |
@bitwiseman The Java 8 build is failing at the codecov job, because of an expired certificate. It looks random to me, as if it was indeed expired, all branches should suffer from that. Could we try a rerun or is there something else I should do? |
Nothing for you to do right now. I'll get it fixed up and rerun. |
Description
Fixes #576
Adds a method to check if GHUser is a collaborator on that repository. You can find the github documentation for that endpoint here.
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: