feat: 게시판/포스트 이모지 리액션 기능 추가 #67
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |