Skip to content

feat: Studio and apis #6

feat: Studio and apis

feat: Studio and apis #6

Workflow file for this run

name: "PR Labeler"
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Label PR
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN}}"