Skip to content

refactor : 네이밍 page 제거 & List 추가 #19

refactor : 네이밍 page 제거 & List 추가

refactor : 네이밍 page 제거 & List 추가 #19

Workflow file for this run

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