feat: lottoTicket 도메인 정의 및 당첨 번호 입력 #70
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 Comment | |
on: [ pull_request_target ] | |
jobs: | |
auto-comment: | |
permissions: | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wow-actions/auto-comment@v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
pullRequestOpenedReactions: 'hooray, +1' | |
pullRequestOpened: | | |
👋 @{{ author }} 님, 진행하시느라 고생하셨어요! | |
조금만 기다려주시면 리뷰가 시작될거에요. 😄 | |
PR 이 리뷰를 위한 정보를 충분히 담고 있는지 마지막으로 살펴봐주시는건 어떨까요? 🤔 |