Skip to content

[workflow/actions] Disable the ts type check workflow #1

[workflow/actions] Disable the ts type check workflow

[workflow/actions] Disable the ts type check workflow #1

Workflow file for this run

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