Skip to content

refactor: 정책 변경에 따른 출석 플로팅 응답값 변경, 출석 관련 로직 리팩토링 #37

refactor: 정책 변경에 따른 출석 플로팅 응답값 변경, 출석 관련 로직 리팩토링

refactor: 정책 변경에 따른 출석 플로팅 응답값 변경, 출석 관련 로직 리팩토링 #37

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