refactor: 정책 변경에 따른 출석 플로팅 응답값 변경, 출석 관련 로직 리팩토링 #37
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}} |