Skip to content

feat: studio security and api with splash #12

feat: studio security and api with splash

feat: studio security and api with splash #12

Workflow file for this run

name: "PR Labeler"
on:
pull_request_target:
types: [synchronize, opened, reopened]
jobs:
label:
permissions:
contents: read
pull-requests: write
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}}"