Skip to content

Bump golang.org/x/oauth2 from 0.0.0-20191122200657-5d9234df094c to 0.27.0 #72

Bump golang.org/x/oauth2 from 0.0.0-20191122200657-5d9234df094c to 0.27.0

Bump golang.org/x/oauth2 from 0.0.0-20191122200657-5d9234df094c to 0.27.0 #72

Workflow file for this run

# Automatically approve PRs created by our release robot account.
name: Auto approve
on: pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'stackdriver-instrumentation-release'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"