Skip to content

chore(*): auto-assignee-label workflow 추가 #1

chore(*): auto-assignee-label workflow 추가

chore(*): auto-assignee-label workflow 추가 #1

name: Auto Assignee Label PR
on:
pull_request:
types: [opened]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }}
labeler:
runs-on: ubuntu-latest
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}