Skip to content

[Etc] 기타 수정할 것들 PR #267

[Etc] 기타 수정할 것들 PR

[Etc] 기타 수정할 것들 PR #267

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