Skip to content

[Fix/#29] 프론트엔드 repo 내 프론트엔드 폴더 제거 #26

[Fix/#29] 프론트엔드 repo 내 프론트엔드 폴더 제거

[Fix/#29] 프론트엔드 repo 내 프론트엔드 폴더 제거 #26

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