Skip to content

✨Feat: date picker components 구현 #197

✨Feat: date picker components 구현

✨Feat: date picker components 구현 #197

Workflow file for this run

name: 🏷️ PR Labeler
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
working-directory: FE
- name: Apply PR labels
uses: jimschubert/labeler-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration-path: FE/.github/labeler.yml