Skip to content

Bump hashicorp/google from 5.34.0 to 5.35.0 in /toll-infrastructure in the all-dependencies group #111

Bump hashicorp/google from 5.34.0 to 5.35.0 in /toll-infrastructure in the all-dependencies group

Bump hashicorp/google from 5.34.0 to 5.35.0 in /toll-infrastructure in the all-dependencies group #111

Workflow file for this run

name: Auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
automerge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'mkuthan-scala-steward[bot]' || github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}