Skip to content

Feat : ai ํŽ˜์ด์ง€ ๋‚ด post ํด๋” ๋ชจ๋‘ ์ด๋™ api, post ์‚ญ์ œ api ๊ตฌํ˜„ #31

Feat : ai ํŽ˜์ด์ง€ ๋‚ด post ํด๋” ๋ชจ๋‘ ์ด๋™ api, post ์‚ญ์ œ api ๊ตฌํ˜„

Feat : ai ํŽ˜์ด์ง€ ๋‚ด post ํด๋” ๋ชจ๋‘ ์ด๋™ api, post ์‚ญ์ œ api ๊ตฌํ˜„ #31

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 }}