-
Notifications
You must be signed in to change notification settings - Fork 23
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
Use new GitHub Teams API #205
Conversation
* Changelog for version 1.0.9 * Adding version 1.0.9 * Add #204 to the 1.0.9 changelog * Add #209 to the 1.0.9 changelog * Add #217 to the 1.0.9 changelog * Remove #205 changelog It's been postponed and won't be part of the 1.0.9 version. * Add #208 to the 1.0.9 changelog * Add #214 to the 1.0.9 changelog * Add release date to the change log Co-authored-by: Ariana Kataoka <aris.kataoka@gmail.com> Co-authored-by: Ariana Kataoka <ariana.kataoka@automattic.com>
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.
phpcs scanning turned up:
🚫 11 errors
This bot provides automated PHP linting and PHPCS scanning. For more information about the bot and available customizations, see our documentation.
@@ -6,8 +6,9 @@ | |||
|
|||
final class GitHubTeamMembersTest extends TestCase { | |||
var $options = array( | |||
'github-token' => null, | |||
'team-id' => null, | |||
'github-token' => null, |
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.
Dismissing review as all inline comments are obsolete by now
Update to use new GitHub Teams API endpoint instead of a deprecated Teams API endpoint.
This closes #128.
TODO:
org-name
parameter as neededPHPDoc
comments for new or updated functions.