Skip to content

feat: 게시판/포스트 이모지 리액션 기능 추가 #67

feat: 게시판/포스트 이모지 리액션 기능 추가

feat: 게시판/포스트 이모지 리액션 기능 추가 #67

Workflow file for this run

name: Auto Assign
on:
pull_request:
types: [opened, ready_for_review]
jobs:
assign:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: kentaro-m/auto-assign-action@v2.0.1
with:
configuration-path: '.github/auto-assign-config.yaml'