Skip to content

Feat: 더보기 페이지 구현 #46

Feat: 더보기 페이지 구현

Feat: 더보기 페이지 구현 #46

Workflow file for this run

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