-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 ListOptions to ListSelectedReposForOrgSecret #1883
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1883 +/- ##
=======================================
Coverage 97.65% 97.65%
=======================================
Files 105 105
Lines 6783 6786 +3
=======================================
+ Hits 6624 6627 +3
Misses 86 86
Partials 73 73
Continue to review 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.
LGTM 💙
Thank you, @wesleimp ! |
@gmlewis can we get a fresh release please? |
Sure, @patrickmarabeas - feel free to LGTM/Approve #1921 to move the process along. |
https://github.com/google/go-github/releases/tag/v36.0.0 has been released. |
* Update go-github to 36.0.0 go-github released the Go client library to [36.0.0][1] 3 days ago. API changes includes: * Add ListOptions required by ListSelectedReposForOrgSecret method. As described in change[2] * Convert repoID used in CreateOrUpdateEnvSecret, GetEnvSecret and DeleteEnvSecret to int from int64. Not sure why it doesn't pop up an error before but seems like this is not a recent change in the new version [1]: https://github.com/google/go-github/releases/tag/v36.0.0 [2]: google/go-github#1883
* Update go-github version to 36.0.0 * Update go-github to 36.0.0 go-github released the Go client library to [36.0.0][1] 3 days ago. API changes includes: * Add ListOptions required by ListSelectedReposForOrgSecret method. As described in change[2] * Convert repoID used in CreateOrUpdateEnvSecret, GetEnvSecret and DeleteEnvSecret to int from int64. Not sure why it doesn't pop up an error before but seems like this is not a recent change in the new version [1]: https://github.com/google/go-github/releases/tag/v36.0.0 [2]: google/go-github#1883 * Fetch full list of selected repos in github_actions_organization_secret Fix #793
* Update go-github version to 36.0.0 * Update go-github to 36.0.0 go-github released the Go client library to [36.0.0][1] 3 days ago. API changes includes: * Add ListOptions required by ListSelectedReposForOrgSecret method. As described in change[2] * Convert repoID used in CreateOrUpdateEnvSecret, GetEnvSecret and DeleteEnvSecret to int from int64. Not sure why it doesn't pop up an error before but seems like this is not a recent change in the new version [1]: https://github.com/google/go-github/releases/tag/v36.0.0 [2]: google/go-github#1883 * Fetch full list of selected repos in github_actions_organization_secret Fix integrations#793
Fixes: #1882.