Skip to content

[Chore/#142] 학교 내부 서버 이전을 위한 배포 파이프라인 변경 #139

[Chore/#142] 학교 내부 서버 이전을 위한 배포 파이프라인 변경

[Chore/#142] 학교 내부 서버 이전을 위한 배포 파이프라인 변경 #139

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