Skip to content

Feat/openapi pydantic native #119

Feat/openapi pydantic native

Feat/openapi pydantic native #119

Workflow file for this run

name: Labeler
on:
- pull_request_target
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
sparse-checkout: |
.github/labeler.yml
sparse-checkout-cone-mode: false
- name: Run Labeler
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GH_TOKEN }}
configuration-path: .github/labeler.yml