Skip to content

deps: bump github.com/doordash-oss/oapi-codegen-dd/v3 from 3.75.5 to 3.75.6 #184

deps: bump github.com/doordash-oss/oapi-codegen-dd/v3 from 3.75.5 to 3.75.6

deps: bump github.com/doordash-oss/oapi-codegen-dd/v3 from 3.75.5 to 3.75.6 #184

Workflow file for this run

name: Mockzilla
on:
push:
branches: [main, master]
pull_request:
types: [labeled, synchronize, reopened, closed]
permissions:
contents: read
pull-requests: write
jobs:
publish:
runs-on: ubuntu-latest
if: >-
github.event_name == 'push' ||
contains(github.event.pull_request.labels.*.name, 'Mockzilla')
steps:
- uses: actions/checkout@v4
- uses: mockzilla/actions/codegen@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}