Skip to content

⬆️ Bump google.golang.org/api from 0.144.0 to 0.145.0 #45

⬆️ Bump google.golang.org/api from 0.144.0 to 0.145.0

⬆️ Bump google.golang.org/api from 0.144.0 to 0.145.0 #45

Workflow file for this run

name: Auto Merge Dependabot PRs
on:
pull_request_target:
types:
- labeled
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' && github.event.label.name == 'auto-merge'
steps:
- uses: ahmadnassri/[email protected]
with:
github-token: '${{ secrets.AUTOMERGE_TOKEN }}'
command: "squash and merge"
approve: true
target: minor