Skip to content

fix: 프로필 편집 시 변경점이 없다면 버튼 비활성화 #782

fix: 프로필 편집 시 변경점이 없다면 버튼 비활성화

fix: 프로필 편집 시 변경점이 없다면 버튼 비활성화 #782

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}}