Skip to content

feat(web): Tanstack Query 세팅 및 API 공통 메서드 작성 #109

feat(web): Tanstack Query 세팅 및 API 공통 메서드 작성

feat(web): Tanstack Query 세팅 및 API 공통 메서드 작성 #109

name: Auto Assignee Label PR
on:
pull_request:
types: [opened, synchronize]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }}
labeler:
runs-on: ubuntu-latest
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{secrets.ACCESS_TOKEN }}