Skip to content

[fix/#116] 대여버튼 여러 번 클릭시, api 중복 호출 수정 #113

[fix/#116] 대여버튼 여러 번 클릭시, api 중복 호출 수정

[fix/#116] 대여버튼 여러 번 클릭시, api 중복 호출 수정 #113

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