Bump golang.org/x/oauth2 from 0.0.0-20191122200657-5d9234df094c to 0.27.0 #72
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 }}" |