Skip to content

build(deps): Bump github.com/deepmap/oapi-codegen from 1.13.3 to 1.13.4 #73

build(deps): Bump github.com/deepmap/oapi-codegen from 1.13.3 to 1.13.4

build(deps): Bump github.com/deepmap/oapi-codegen from 1.13.3 to 1.13.4 #73

Workflow file for this run

name: 'Auto Assign'
on:
pull_request:
types: [opened, ready_for_review]
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
assign-owner:
permissions:
contents: read # for kentaro-m/auto-assign-action to fetch config file
pull-requests: write # for kentaro-m/auto-assign-action to assign PR reviewers
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 # v2.5.0
with:
egress-policy: audit
- uses: kentaro-m/auto-assign-action@3e986bf9c274729de0d85191da42484917883328 # v1.2.5
with:
configuration-path: '.github/auto-assign.yml'