Skip to content

HOTFIX: 관리자 대시보드 근무자도 들어갈 수 있게 수정 #141

HOTFIX: 관리자 대시보드 근무자도 들어갈 수 있게 수정

HOTFIX: 관리자 대시보드 근무자도 들어갈 수 있게 수정 #141

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