Skip to content

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

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

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

Workflow file for this run

name: "autoapprove"
on:
pull_request_target:
types: [assigned, opened, synchronize, reopened]
permissions:
pull-requests: write
contents: write
jobs:
autoapprove:
runs-on: ubuntu-latest
steps:
- name: approve
uses: hmarr/auto-approve-action@v3
if: github.actor == 'vtolstov' || github.actor == 'dependabot[bot]'
id: approve
with:
github-token: ${{ secrets.GITHUB_TOKEN }}