Skip to content

chore: time-picker 자동 설정 로직을 일부 상황에서 추가합니다. #760

chore: time-picker 자동 설정 로직을 일부 상황에서 추가합니다.

chore: time-picker 자동 설정 로직을 일부 상황에서 추가합니다. #760

Workflow file for this run

name: 'Auto Labeling'
on:
pull_request:
types: [opened, synchronize]
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{secrets.ACTIONS_TOKEN}}