Uh oh!
There was an error while loading. Please reload this page.
feat!: Update deprecated endpoints in github/action_variables.go - #3104
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #3104 +/- ##
==========================================
- Coverage 97.72% 92.87% -4.86%
==========================================
Files 153 170 +17 Lines 13390 11403 -1987 ==========================================
- Hits 13085 10590 -2495 - Misses 215 723 +508
Partials 90 90 ☔ View full report in Codecov by Sentry. |
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @HariCharan-001 !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
HariCharanK
commented
Mar 20, 2024
Hi @gmlewis Can you tag anyone you know ? |
gmlewis
commented
Mar 20, 2024
I try to not bother volunteers since this repo has a rather high traffic of PRs (in my opinion). |
gmlewis
commented
Mar 28, 2024
This is holding up other PRs like #3109. |
…gle#3104) Fixes: google#3103. BREAKING-CHANGE: The following endpoints now take `owner` and `repo` (string) names instead of an integer repo ID: ActionsService.ListEnvVariables ActionsService.GetEnvVariable ActionsService.CreateEnvVariable ActionsService.UpdateEnvVariable ActionsService.DeleteEnvVariable
Fixes:
#3103
BREAKING-CHANGE: The following endpoints now take
ownerandreponames instead of an integer repo ID: