feat: 반환타입이 Publisher가 아니여도 @TransactionHandler
를 사용할 수 있도록 구현
#12
Workflow file for this run
This file contains 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 assigner | |
on: | |
pull_request: | |
types: | |
- opened | |
jobs: | |
assign: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: hkusu/review-assign-action@v1 | |
with: | |
assignees: ${{ github.actor }} |