Skip to content

테스트 입니다. #1

테스트 입니다.

테스트 입니다. #1

name: PR Review Notification
on:
pull_request:
types: [review_requested]
jobs:
notify:
runs-on: [ubuntu-latest]
steps:
- name: PR Review Notification
uses: JooKangsan/notification-pr-review@main
with:
token: ${{ secrets.SECRET_GITHUB_TOKEN }}
webhook_url: ${{ vars.WEBHOOK_URL }}
user_table: ${{vars.USER_TABLE}}