Skip to content

gomod(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1 #94

gomod(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1

gomod(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.1 #94

Workflow file for this run

name: Enable auto merge
on:
pull_request_target:
branches: [main, sm-integration]
types:
- opened
- reopened
- ready_for_review
- synchronize
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge for PRs
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.BOT_TOKEN}}
GIT_EMAIL: [email protected]
run: gh pr merge -A ${{ env.GIT_EMAIL }} --auto --squash "$PR_URL"