Skip to content

Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 in /examples #18

Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 in /examples

Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 in /examples #18

Workflow file for this run

name: dependabot
on:
pull_request:
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
permissions:
contents: write
pull-requests: write
steps:
- name: Enable auto-merge for Dependabot PRs
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_request.html_url }}
run: gh pr merge --auto --rebase "$PR_URL"