Skip to content

feat: 출석(체크인) 요청 성공 시 결과를 응답하도록 추가 #20

feat: 출석(체크인) 요청 성공 시 결과를 응답하도록 추가

feat: 출석(체크인) 요청 성공 시 결과를 응답하도록 추가 #20

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