Skip to content

[Refactor] API 지연 개선을 위한 인스턴스 스케일업 및 동작 방식 변경 -1 #220

[Refactor] API 지연 개선을 위한 인스턴스 스케일업 및 동작 방식 변경 -1

[Refactor] API 지연 개선을 위한 인스턴스 스케일업 및 동작 방식 변경 -1 #220

Workflow file for this run

name: Auto Label PRs
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/config/pr-labeler-config.yml'