Skip to content

[Refactor] SLO에 영향을 미치는 쿼리 개선 작업 #282

[Refactor] SLO에 영향을 미치는 쿼리 개선 작업

[Refactor] SLO에 영향을 미치는 쿼리 개선 작업 #282

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'