Skip to content

fix(deps): update module github.com/rabbitmq/amqp091-go to v1.11.0 #88

fix(deps): update module github.com/rabbitmq/amqp091-go to v1.11.0

fix(deps): update module github.com/rabbitmq/amqp091-go to v1.11.0 #88

name: Enable Auto merge PR
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
enable_automerge:
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge for PRs
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.PR_GITHUB_TOKEN}}