Skip to content

Feature : React Query, Axios 설정, pick 페이지 api 연결 #25

Feature : React Query, Axios 설정, pick 페이지 api 연결

Feature : React Query, Axios 설정, pick 페이지 api 연결 #25

Workflow file for this run

name: Auto Label
on:
pull_request:
types: [opened, reopened, edited]
issues:
types: [opened, reopened, edited]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v1
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}