[BE] feat#263 강퇴구현, 모니터링 도입 #62
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: notify pr review | |
on: | |
pull_request: | |
types: [ review_requested ] | |
jobs: | |
notify: | |
runs-on: [ ubuntu-latest ] | |
steps: | |
- name: Notify PR Review | |
uses: naver/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
slackBotToken: ${{ secrets.SLACK_BOT_TOKEN }} |