Skip to content

PR 생성시 라벨 붙도록 자동화 #2

PR 생성시 라벨 붙도록 자동화

PR 생성시 라벨 붙도록 자동화 #2

Workflow file for this run

name: Labeler
on:
pull_request:
types: [opened]
pull_request_target:
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN || github.token }}'