GHOrganization.createTeam now adds team to specified repositories#578
Merged
bitwiseman merged 4 commits intoNov 1, 2019
Merged
Conversation
bitwiseman
reviewed
Oct 30, 2019
| GHRepository repo = org.getRepository(REPO_NAME); | ||
|
|
||
| // Clean up team if exists. | ||
| GHTeam existingTeam = org.getTeamByName(TEAM_NAME); |
Member
There was a problem hiding this comment.
This should be done in a @Before method using githubBeforeAfter connection.
https://github.com/github-api/github-api/pull/579/files#diff-ed97d1edac0ae3acc074e2e907870717R23
Contributor
Author
There was a problem hiding this comment.
Thanks, I have moved it now. Can you please check?
Removed constant for TEAM_NAME as it is now only used once in the method.
bitwiseman
approved these changes
Nov 1, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #457.
The full path to the repository needs to be given (e.g. "organization-name/repository-name").