Skip to content

Commit

Permalink
chore(github/workflow): 워크플로우 개선
Browse files Browse the repository at this point in the history
  • Loading branch information
minseong0324 committed Jan 1, 2025
1 parent ae78f93 commit e3d3575
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pr-reviewer-noti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@ name: PR Reviewer Notification
on:
pull_request:
types: [review_requested]
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]

jobs:
specific_review_requested:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get Reviewers List
id: reviewers
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const fs = require('fs');
Expand Down

0 comments on commit e3d3575

Please sign in to comment.