feat: 세션 조회 API 어드민의 경우에만 위도, 경도를 내리도록 수정 #58
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}} |