Skip to content

[Refactor] 부스 관련 API 및 좋아요 기능 구조 개선 #204

[Refactor] 부스 관련 API 및 좋아요 기능 구조 개선

[Refactor] 부스 관련 API 및 좋아요 기능 구조 개선 #204

Workflow file for this run

name: 🔖 Pull Request Auto Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout code
uses: actions/checkout@v4
- name: 🏷️ Apply labels based on branch or path
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}