We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6181980 commit b7a8d14Copy full SHA for b7a8d14
.github/workflows/request-review.yml
@@ -64,7 +64,9 @@ jobs:
64
with:
65
script: |
66
const { default: reviewers } = await import("${{github.workspace}}/.github/scripts/get-reviewers.mjs");
67
- reviewers(core);
+ reviewers(core, process.env.PR_FILES);
68
+ env:
69
+ PR_FILES: ${{ steps.pr.outputs.files }}
70
71
- uses: thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v3.0.0
72
if: steps.reviewers.outputs.found == 'true'
0 commit comments