Closed r-sugi closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
nextjs-tdd-template_storybook | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Sep 10, 2024 2:18am |
โฑ๏ธ Estimated effort to review: 2 ๐ต๐ตโชโชโช |
๐งช PR contains tests |
๐ No security concerns identified |
โก No key issues to review |
Category | Suggestion | Score |
Best practice |
___
**`node-version`ใฎๆๅฎใ"^v18.19.0"ใจใชใฃใฆใใพใใใไบๆๆงใฎๅ้กใ้ฟใใใใใซๅ
ทไฝ็ใชใใผใธใงใณใๆๅฎใใใใจใใๅงใใใพใใ**
[.github/workflows/unit-test.yml [19]](https://github.com/r-sugi/nextjs-tdd-template/pull/187/files#diff-d4223b44df678cece85f2542c19b9cd060d43b22f753c25214d5942ef2ca5d18R19-R19)
```diff
-node-version: "^v18.19.0"
+node-version: "18.19.0"
```
| 9 |
Enhancement |
___
** | 8 |
___
**`branches`ใฎๆๅฎใซ`main`ใฎใฟใๅซใใใจใไปใฎใใฉใณใใงใฎๅคๆดใ็ก่ฆใใใๅฏ่ฝๆงใใใใพใใ`dev`ใใฉใณใใๅซใใใใจใๆค่จใใฆใใ ใใใ**
[.github/workflows/lint.yml [7]](https://github.com/r-sugi/nextjs-tdd-template/pull/187/files#diff-107e910e9f2ebfb9a741fa10b2aa7100cc1fc4f5f3aca2dfe78b905cbd73c0d2R7-R7)
```diff
-branches: [main]
+branches: [main, dev]
```
| 7 | |
___
**`paths`ใฎๆๅฎใใใใพใใใ`**`ใไฝฟ็จใใฆใใใใใ็นๅฎใฎใใกใคใซใใใฃใฌใฏใใชใซ้ๅฎใใใฆใใชใๅฏ่ฝๆงใใใใพใใใใๅ
ทไฝ็ใชใในๆๅฎใๆค่จใใฆใใ ใใใ**
[.github/workflows/storybook.yml [5]](https://github.com/r-sugi/nextjs-tdd-template/pull/187/files#diff-97cca8fb169bc3951469886bf2f73b7bcc362a6b6da11325c7a617f69a797248R5-R5)
```diff
-paths: [src/**, .storybook/**, package.json, package-lock.json, mocks/**]
+paths: [src/components/**, .storybook/config/**, package.json, package-lock.json, mocks/data/**]
```
| 6 |
PR Type
enhancement, configuration changes
Description
Changes walkthrough ๐
lint.yml
Update lint workflow configuration and job naming
.github/workflows/lint.yml
Lint_Test
toLint
.lint_ut
toRun-Lint
.review.yml
Modify review workflow configuration and job naming
.github/workflows/review.yml
Agent Review
toAgent-Review
.run-pr-agent
toRun-PR-Agent
.reopened
type from pull request trigger.storybook.yml
Revise storybook workflow configuration and job naming
.github/workflows/storybook.yml
build-storybook
toBuild-Storybook
.build-storybook
toRun-Build
.unit-test.yml
Add new unit test workflow configuration
.github/workflows/unit-test.yml
tests.