Skip to content

[JR-880] qa 우선순위 높은 작업들 처리 #56

[JR-880] qa 우선순위 높은 작업들 처리

[JR-880] qa 우선순위 높은 작업들 처리 #56

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