Skip to content

[ Feat ] 서버에서 중복 대여 응답 보낼 때 모달 띄우기 / 모달 css 수정 #86

[ Feat ] 서버에서 중복 대여 응답 보낼 때 모달 띄우기 / 모달 css 수정

[ Feat ] 서버에서 중복 대여 응답 보낼 때 모달 띄우기 / 모달 css 수정 #86

Workflow file for this run

name: Auto Labeler
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}