Skip to content

Commit

Permalink
Merge branch 'master' into http2-readidletimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tritone committed Feb 23, 2021
2 parents 8e0a004 + 185cdf1 commit 80d8ec1
Show file tree
Hide file tree
Showing 356 changed files with 22,443 additions and 26,420 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": [
"config:base",
"schedule:weekly"
"config:base"
],
"semanticCommits": false,
"postUpdateOptions": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ENABLE_AUTO_APPROVE: ${{ secrets.ENABLE_AUTO_APPROVE }}
steps:
- name: AutoApprove
uses: actions/github-script@v2
uses: actions/github-script@v3
with:
github-token: ${{secrets.YOSHI_APPROVER_TOKEN}}
script: |
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@ and using:
package main

import (
"context"
"net/http"

"google.golang.org/api/urlshortener/v1"
)

func main() {
ctx := context.Backgroud()
ctx := context.Background()
svc, err := urlshortener.NewService(ctx)
// ...
}
Expand Down
4 changes: 2 additions & 2 deletions abusiveexperiencereport/v1/abusiveexperiencereport-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions accessapproval/v1/accessapproval-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 80d8ec1

Please sign in to comment.