Skip to content

Hotfix : ai classification 1๊ฐœ ์ด๋™ api ์ถ”๊ฐ€, ai ์ชฝ ํด๋” ๋ฆฌ์ŠคํŠธ์— '๋‚˜์ค‘์— ์ฝ์„ ํด๋”'์ œํ•˜๊ฒŒ ์ˆ˜์ • #66

Hotfix : ai classification 1๊ฐœ ์ด๋™ api ์ถ”๊ฐ€, ai ์ชฝ ํด๋” ๋ฆฌ์ŠคํŠธ์— '๋‚˜์ค‘์— ์ฝ์„ ํด๋”'์ œํ•˜๊ฒŒ ์ˆ˜์ •

Hotfix : ai classification 1๊ฐœ ์ด๋™ api ์ถ”๊ฐ€, ai ์ชฝ ํด๋” ๋ฆฌ์ŠคํŠธ์— '๋‚˜์ค‘์— ์ฝ์„ ํด๋”'์ œํ•˜๊ฒŒ ์ˆ˜์ • #66

Workflow file for this run

name: 'Pull Request labeler'
on:
pull_request:
types: [opened, edited]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}