Skip to content

feat: 비밀번호가 틀렸을 때의 응답으로 수정 #64

feat: 비밀번호가 틀렸을 때의 응답으로 수정

feat: 비밀번호가 틀렸을 때의 응답으로 수정 #64

Workflow file for this run

name: PR labeler
on:
pull_request:
types: [ opened ]
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}}