[BE] feat#331 부하테스트 위한 커스텀 메트릭 측정 기능 구현 #98
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 }} |