-
Notifications
You must be signed in to change notification settings - Fork 728
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
Add outside_collaborators list #1561
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.
Add tests please.
DONE |
Codecov ReportBase: 79.27% // Head: 79.29% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1561 +/- ##
============================================
+ Coverage 79.27% 79.29% +0.02%
- Complexity 2137 2140 +3
============================================
Files 206 206
Lines 6562 6564 +2
Branches 362 362
============================================
+ Hits 5202 5205 +3
+ Misses 1148 1147 -1
Partials 212 212
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
A little more testing and I'll merge. Thanks for contributing!
Description
This PR adds the ability to list outside members of the organization.
As indicated in the github documentation (https://docs.github.com/en/rest/orgs/outside-collaborators)
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: