Skip to content

chore(deps): bump go.unistack.org/micro/v3 from 3.10.36 to 3.10.38 #131

chore(deps): bump go.unistack.org/micro/v3 from 3.10.36 to 3.10.38

chore(deps): bump go.unistack.org/micro/v3 from 3.10.36 to 3.10.38 #131

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 }}