Skip to content

build(deps): bump google.golang.org/api from 0.291.0 to 0.292.0 in the google-cloud group across 1 directory #36

build(deps): bump google.golang.org/api from 0.291.0 to 0.292.0 in the google-cloud group across 1 directory

build(deps): bump google.golang.org/api from 0.291.0 to 0.292.0 in the google-cloud group across 1 directory #36

name: Dependabot auto-merge
on:
pull_request:
types: [opened]
permissions:
contents: write
pull-requests: write
env:
GH_TOKEN: ${{ github.token }}
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge
run: gh pr merge --auto --rebase --repo "${{ github.repository }}" "${{ github.event.pull_request.number }}"
- name: Approve dependabot PR
env:
GH_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
run: gh pr review --approve --repo "${{ github.repository }}" "${{ github.event.pull_request.number }}"