Skip to content

Commit b7a8d14

Browse files
committed
fixup!
1 parent 6181980 commit b7a8d14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/request-review.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
with:
6565
script: |
6666
const { default: reviewers } = await import("${{github.workspace}}/.github/scripts/get-reviewers.mjs");
67-
reviewers(core);
67+
reviewers(core, process.env.PR_FILES);
68+
env:
69+
PR_FILES: ${{ steps.pr.outputs.files }}
6870

6971
- uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v3.0.0
7072
if: steps.reviewers.outputs.found == 'true'

0 commit comments

Comments
 (0)