Skip to content

Generate models from OpenAPI v3 schema #33

Generate models from OpenAPI v3 schema

Generate models from OpenAPI v3 schema #33

Workflow file for this run

name: Add all opened issues to the project board
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/users/pederhan/projects/2
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}