Skip to content

Refactor: 라우팅 시 즉각적인 loading 피드백, lint 수정, Footer를 layout으로 #517

Refactor: 라우팅 시 즉각적인 loading 피드백, lint 수정, Footer를 layout으로

Refactor: 라우팅 시 즉각적인 loading 피드백, lint 수정, Footer를 layout으로 #517

Workflow file for this run

name: Auto Label
on:
pull_request:
types: [opened]
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}}