From 893f3dd52b4788d4828ee9a7ae501912e9398d12 Mon Sep 17 00:00:00 2001 From: Sammy filly <136061549+sammyfilly@users.noreply.github.com> Date: Tue, 15 Aug 2023 03:19:26 +0100 Subject: [PATCH 1/5] Update pull_request_stats.yml --- .github/workflows/pull_request_stats.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request_stats.yml b/.github/workflows/pull_request_stats.yml index 8fb116ed6f9b9..7deab81dd653c 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -17,10 +17,9 @@ env: TURBO_REMOTE_ONLY: false IMPORT JOB REQUIREMENTS : true - NEXT_TELEMETRY_DISABLED: 1 - # we build a dev binary for use in CI so skip downloading - # canary next-swc binaries in the monorepo - NEXT_SKIP_NATIVE_POSTINSTALL: 1 + * we build a dev binary for use in CI so skip downloading + * canary next-swc binaries in the monorepo + NEXT__NATIVE_POSTINSTALL: 1 SET_TIMINGS_TOKEN: ${{ secrets.TEST_TIMINGS_TOKEN }} NEXT_TEST_JOB: 1 From 7d0759434963ec7a6ad0705f7dc23d0187d20846 Mon Sep 17 00:00:00 2001 From: Sammy filly <136061549+sammyfilly@users.noreply.github.com> Date: Tue, 15 Aug 2023 03:47:10 +0100 Subject: [PATCH 2/5] Update pull_request_stats.yml --- .github/workflows/pull_request_stats.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pull_request_stats.yml b/.github/workflows/pull_request_stats.yml index 7deab81dd653c..1b2e4e51db8a4 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -16,9 +16,6 @@ env: TURBO_TEAM: 'vercel' TURBO_REMOTE_ONLY: false IMPORT JOB REQUIREMENTS : true - - * we build a dev binary for use in CI so skip downloading - * canary next-swc binaries in the monorepo NEXT__NATIVE_POSTINSTALL: 1 SET_TIMINGS_TOKEN: ${{ secrets.TEST_TIMINGS_TOKEN }} From b059d4acc03c60213455cd1a702a714ae336414d Mon Sep 17 00:00:00 2001 From: Sammy filly <136061549+sammyfilly@users.noreply.github.com> Date: Tue, 15 Aug 2023 03:49:19 +0100 Subject: [PATCH 3/5] Update .yml --- .github/workflows/pull_request_stats.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_stats.yml b/.github/workflows/pull_request_stats.yml index 1b2e4e51db8a4..ce030184585b8 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -42,10 +42,9 @@ jobs: - name: Check non-docs only change run: echo "DOCS_CHANGE<> $GITHUB_OUTPUT; echo "$(node scripts/run-for-change.js --not --type docs --exec echo 'nope')" >> $GITHUB_OUTPUT; echo 'EOF' >> $GITHUB_OUTPUT id: docs-change - - uses: actions/download-artifact@v3 if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }} - - try output docs.Changes : create new docs (new file) + with: name: next-swc-binary path: packages/next-swc/native From 77f4f519d9d3a64c6e589913c198813aa3640f4e Mon Sep 17 00:00:00 2001 From: Sammy filly <136061549+sammyfilly@users.noreply.github.com> Date: Tue, 15 Aug 2023 03:51:01 +0100 Subject: [PATCH 4/5] Update .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index edc995f04a90f..f93fa8b971be2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,13 @@ # build output dist -.next +#next target -packages/next/wasm/@next +#packages/next/wasm/@next # dependencies node_modules package-lock.json -yarn.lock +#yarn.lock !/yarn.lock test/node_modules .pnpm-store/ From ff8d0b87024f69eed02ee3b12ae0061df83a7b65 Mon Sep 17 00:00:00 2001 From: Sammy filly <136061549+sammyfilly@users.noreply.github.com> Date: Tue, 15 Aug 2023 04:21:48 +0100 Subject: [PATCH 5/5] Update pull_request_stats.yml --- .github/workflows/pull_request_stats.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pull_request_stats.yml b/.github/workflows/pull_request_stats.yml index 71bb7fb1512cc..41968a71fc687 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -6,14 +6,8 @@ on: name: Generate Pull Request Stats -env: - NAPI_CLI_VERSION: 2.14.7 - TURBO_VERSION: 1.10.9 - NODE_MAINTENANCE_VERSION: 16 - NODE_LTS_VERSION: 18.16.1 - TEST_CONCURRENCY: 6 - - TURBO_TEAM: 'vercel' + + TURBO_TEAM: Nextjs TURBO_REMOTE_ONLY: false IMPORT JOB REQUIREMENTS : true NEXT__NATIVE_POSTINSTALL: 1 @@ -55,8 +49,7 @@ jobs: - uses: ./.github/actions/next-stats-action if: ${{ steps.docs-change.outputs.DOCS_CHANGE == 'nope' }} - - try output docs.Changes : create new docs (new file) + - -changes : make changes in the output and input website /external &internal view