Skip to content

Upstream nightly v0.0.43-nightly.20260924.2187 conflicts with factory-test/base #7

Description

@github-actions

@DiegoJohnsonL merging upstream nightly v0.0.43-nightly.20260924.2187 into factory-test/base stopped on conflicts, so no custom build is published until they are resolved. Chamaquita resolves them and, because this issue carries automerge, merges its pull request once every check passes.

Base branch: factory-test/base
Job branch: chamaquita/upstream-v0.0.43-nightly.20260924.2187
Upstream tag: v0.0.43-nightly.20260924.2187 from https://github.com/pingdotgg/t3code.git

Conflicted files:

  • apps/web/src/components/chat/TraitsPicker.tsx

Task

  1. Start chamaquita/upstream-v0.0.43-nightly.20260924.2187 from origin/factory-test/base, or continue it if an earlier attempt pushed it. Fetch the tag with git fetch --no-tags https://github.com/pingdotgg/t3code.git tag v0.0.43-nightly.20260924.2187 and merge it with git merge --no-ff v0.0.43-nightly.20260924.2187. Never rebase, squash, or cherry-pick: the nightly decides what is new with git merge-base --is-ancestor v0.0.43-nightly.20260924.2187 HEAD, so only a merge commit keeps the tag an ancestor.
  2. Resolve each conflicted hunk:
    • Classify it as disjoint (the sides changed different things, so keep both), same question with different answers (pick one side on the evidence), or superseded (one side's change makes the other's moot).
    • Touch only the conflicted regions, and leave every line git merged cleanly as it is.
    • Keep the fork's customizations and take upstream's changes. The fork's intent is in git log v0.0.43-nightly.20260924.2187..origin/factory-test/base; upstream's is in git log origin/factory-test/base..v0.0.43-nightly.20260924.2187 and its pull requests.
    • Regenerate lockfiles and generated files instead of merging them by hand: take upstream's pnpm-lock.yaml and run pnpm install to reconcile it with the merged manifests.
    • Leave no conflict markers: git grep -nE '^(<<<<<<<|>>>>>>>) ' finds nothing.
  3. Run the fork's checks on the merged tree. Each must pass:
    • pnpm install --frozen-lockfile
    • pnpm run typecheck
    • pnpm exec vp fmt --check
    • pnpm exec vp lint on each file you resolved, adding no error that file does not already have on factory-test/base, whose styling already fails shadcn(no-restyle)
    • pnpm exec vp run --filter t3 test
    • pnpm exec vp run --parallel --concurrency-limit 2 --filter '!t3' --filter '!@t3tools/monorepo' test
    • pnpm run build:desktop
  4. Commit the merge, push chamaquita/upstream-v0.0.43-nightly.20260924.2187, and open a pull request into factory-test/base. Its body has a table with one row per conflicted hunk and the columns File:lines, Class, factory-test/base, Upstream, Kept, and Why, followed by each check and its result.
  5. Report whether every check passed. Chamaquita merges the pull request as a merge commit only then, and only when GitHub finds it mergeable. The next run finds the tag merged, publishes the build, and closes this issue.

Run: https://github.com/d3labs-dev/t3code/actions/runs/35967864982

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    automergeChamaquita merges the Job's pull request once its checks passchamaquitaChamaquita works this issue as a Job

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions