Skip to content

Chore : ai classification 수정 - response에 metadata , folderId,isRead 추가 #64

Chore : ai classification 수정 - response에 metadata , folderId,isRead 추가

Chore : ai classification 수정 - response에 metadata , folderId,isRead 추가 #64

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