Skip to content

chore(*): workflow slack notification ๋ฉ”์‹œ์ง€ ์ถ”๊ฐ€ #25

chore(*): workflow slack notification ๋ฉ”์‹œ์ง€ ์ถ”๊ฐ€

chore(*): workflow slack notification ๋ฉ”์‹œ์ง€ ์ถ”๊ฐ€ #25

name: Auto Assignee Label PR
on:
pull_request:
types: [opened, synchronize]
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}}