File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,14 @@ jobs:
38
38
with :
39
39
egress-policy : audit
40
40
41
- - name : Git Checkout (BASE)
41
+ - name : Checkout Repo
42
42
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
43
with :
44
44
fetch-depth : 0
45
45
46
46
- name : Get changed files
47
47
id : changed-files
48
48
run : |
49
- git diff --name-only $BASE $HEAD
50
49
FILES=$(git diff --name-only $BASE $HEAD | grep -E '^apps/site/pages/en/.*\.(md|mdx)$' || true)
51
50
echo "files<<EOF" >> $GITHUB_OUTPUT
52
51
echo $FILES >> $GITHUB_OUTPUT
63
62
const { default: reviewers } = await import("${{github.workspace}}/.github/scripts/get-reviewers.mjs");
64
63
reviewers(core, process.env.PR_FILES);
65
64
env :
66
- PR_FILES : ${{ steps.pr.outputs .files }}
65
+ PR_FILES : ${{ steps.pr.output .files }}
67
66
68
67
- uses : thollander/actions-comment-pull-request@e2c37e53a7d2227b61585343765f73a9ca57eda9 # v3.0.0
69
68
if : steps.reviewers.outputs.found == 'true'
You can’t perform that action at this time.
0 commit comments