Skip to content

Revert "typescript 버전 4 -> 5로 변경" #43

Revert "typescript 버전 4 -> 5로 변경"

Revert "typescript 버전 4 -> 5로 변경" #43

Workflow file for this run

name: Labeler
on:
pull_request:
types: [opened]
pull_request_target:
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN || github.token }}'