Skip to content

โœจ Update v1.0.0 - ์†Œ์…œ๋กœ๊ทธ์ธ & ๋ถ๋งˆํฌ #114

โœจ Update v1.0.0 - ์†Œ์…œ๋กœ๊ทธ์ธ & ๋ถ๋งˆํฌ

โœจ Update v1.0.0 - ์†Œ์…œ๋กœ๊ทธ์ธ & ๋ถ๋งˆํฌ #114

Workflow file for this run

name: Auto Label
on:
pull_request:
types: [opened, reopened, edited]
issues:
types: [opened, reopened, edited]
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}}