Skip to content

Feat/#83 플레이리스트 서버에 음원 서버를 연동합니다. #40

Feat/#83 플레이리스트 서버에 음원 서버를 연동합니다.

Feat/#83 플레이리스트 서버에 음원 서버를 연동합니다. #40

Workflow file for this run

name: 'auto assign label to pull request'
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{secrets.GITHUB_TOKEN}}