Skip to content

로그인 화면 생성, 이메일/비밀번호 유효성 검사, 회원가입 화면으로 전환 #22

로그인 화면 생성, 이메일/비밀번호 유효성 검사, 회원가입 화면으로 전환

로그인 화면 생성, 이메일/비밀번호 유효성 검사, 회원가입 화면으로 전환 #22

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: true
dot: true