Skip to content

[FEATURE] Use QuickType to generate schemas/DTO files via GitHub Actions #139

[FEATURE] Use QuickType to generate schemas/DTO files via GitHub Actions

[FEATURE] Use QuickType to generate schemas/DTO files via GitHub Actions #139

Workflow file for this run

name: Labeling new issue
on:
issues:
types: ['opened', 'edited']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: Renato66/auto-label@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}