[nextjs] Next.js link prefetch functionality causes a lot of 404 errors in Pages #1378
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Pull Request Metrics Report | |
| on: | |
| pull_request: | |
| branches: [dev] | |
| jobs: | |
| generate-package-metrics-report: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Setup Node.js | |
| uses: actions/setup-node@v4 | |
| with: | |
| node-version: 24 | |
| - name: Generate Report | |
| run: node ./scripts/generate-package-metrics-report.js | |
| - name: Post PR comment | |
| uses: marocchino/sticky-pull-request-comment@v2 | |
| with: | |
| header: Metrics Report | |
| path: metrics-report.md |