Skip to content

Bump github.com/onsi/gomega from 1.24.1 to 1.27.9 #1

Bump github.com/onsi/gomega from 1.24.1 to 1.27.9

Bump github.com/onsi/gomega from 1.24.1 to 1.27.9 #1

Workflow file for this run

name: Auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: dependabot/fetch-metadata@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run gh pr merge
run: |
gh pr merge --auto --merge "${{ github.event.pull_request.html_url }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}