[BE] feat#206#207 대기방 목록 조회 API 구현 및 기존 API들 리팩토링 #4
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 }} |