Skip to content

build(deps): bump go.uber.org/mock from 0.4.0 to 0.5.0 #61

build(deps): bump go.uber.org/mock from 0.4.0 to 0.5.0

build(deps): bump go.uber.org/mock from 0.4.0 to 0.5.0 #61

name: Auto Approve
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
approve:
if: |
github.event.pull_request.user.login == github.repository_owner
&& ! github.event.pull_request.draft
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3