Skip to content

chore(deps): bump github.com/nats-io/nats.go from 1.13.1-0.20220308171302-2f2f6968e98d to 1.34.0 #143

chore(deps): bump github.com/nats-io/nats.go from 1.13.1-0.20220308171302-2f2f6968e98d to 1.34.0

chore(deps): bump github.com/nats-io/nats.go from 1.13.1-0.20220308171302-2f2f6968e98d to 1.34.0 #143

Workflow file for this run

name: "automerge"
on:
pull_request_target:
types: [assigned, opened, synchronize, reopened]
permissions:
pull-requests: write
contents: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'vtolstov'
steps:
- name: merge
id: merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.TOKEN}}