Skip to content

Bump github.com/getkin/kin-openapi from 0.127.0 to 0.128.0 #32

Bump github.com/getkin/kin-openapi from 0.127.0 to 0.128.0

Bump github.com/getkin/kin-openapi from 0.127.0 to 0.128.0 #32

Workflow file for this run

name: BotAutoMerge
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: peter-evans/enable-pull-request-automerge@v3
with:
pull-request-number: ${{ github.event.pull_request.number }}
merge-method: rebase