Skip to content

[Feat] 자신이 응원한 가게 조회 API 구현 #243

[Feat] 자신이 응원한 가게 조회 API 구현

[Feat] 자신이 응원한 가게 조회 API 구현 #243

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'