From a50b4fbb07c28046932ecfee4314f261b04c807b Mon Sep 17 00:00:00 2001 From: YasushiKobayashi Date: Sat, 1 Nov 2025 16:39:57 +0900 Subject: [PATCH 1/2] del --- .github/workflows/cr.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/cr.yml diff --git a/.github/workflows/cr.yml b/.github/workflows/cr.yml deleted file mode 100644 index b616dc1d..00000000 --- a/.github/workflows/cr.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Code Review - -on: - pull_request: - types: [opened, reopened, synchronize] - -permissions: - contents: read - pull-requests: write - -jobs: - test: - if: ${{ contains(github.event.*.labels.*.name, 'gpt review') }} # Optional; to run only when a label is attached - runs-on: ubuntu-latest - steps: - - uses: anc95/ChatGPT-CodeReview@v1.0.13 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} - # Optional - LANGUAGE: Japanese - MODEL: - top_p: 1 - temperature: 1 From 9c14f6f08ab342a9c42fef71dada73bd5f977c2c Mon Sep 17 00:00:00 2001 From: YasushiKobayashi Date: Sat, 1 Nov 2025 16:41:50 +0900 Subject: [PATCH 2/2] del --- .github/workflows/js_test.yml | 14 -------------- CLAUDE.md | 1 - 2 files changed, 15 deletions(-) diff --git a/.github/workflows/js_test.yml b/.github/workflows/js_test.yml index dc97da0a..ce64e9f1 100644 --- a/.github/workflows/js_test.yml +++ b/.github/workflows/js_test.yml @@ -14,7 +14,6 @@ permissions: env: NODE_ENV: test TEST_ARTIFACTS: /tmp/artifacts - LAUNCHABLE_TOKEN: ${{ secrets.LAUNCHABLE_TOKEN }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} concurrency: @@ -34,14 +33,6 @@ jobs: with: node-version-file: '.node-version' - uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # v2 - - uses: actions/setup-python@v5 - with: - python-version: "3.10" - - name: Install launchable command - run: | - pip install launchable - - name: record build - run: launchable record build --name ${GITHUB_RUN_ID} - run: bun install @@ -61,11 +52,6 @@ jobs: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} workingDir: src/next-sample - - name: launchable record tests - run: launchable record tests jest src/**/junit.xml - if: always() - continue-on-error: true - - name: Enable auto-merge for Dependabot PRs if: ${{contains(steps.metadata.outputs.dependency-names, 'my-dependency') && steps.metadata.outputs.update-type == 'version-update:semver-patch'}} run: gh pr merge --auto --merge "$PR_URL" diff --git a/CLAUDE.md b/CLAUDE.md index 7b18df42..6b2e0cb9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -99,7 +99,6 @@ bun run e2e-chromium - **テスト実行**: リント、型チェック、ユニットテスト、end-to-end テストを実行 - **カバレッジレポート**: Codecov へ自動アップロード - **Chromatic統合**: Storybook コンポーネントのビジュアルリグレッションテスト -- **Launchable統合**: テストインテリジェンスとフレーキーテスト検出 ### 主要な技術的決定