Skip to content

feat(Deployments): support ParameterOpenAPISchema #367

feat(Deployments): support ParameterOpenAPISchema

feat(Deployments): support ParameterOpenAPISchema #367

Workflow file for this run

---
name: Labeler
on:
pull_request_target:
branches:
- main
permissions: {}
jobs:
label:
environment: Docs
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ github.token }}"