Skip to content

CI for deploy to devtest - #574

Open
thesujai wants to merge 8 commits into
mainfrom
test-sujai
Open

CI for deploy to devtest#574
thesujai wants to merge 8 commits into
mainfrom
test-sujai

Conversation

@thesujai

@thesujai thesujai commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Closes #

Changes

How was this tested?

Checklist

  • I have read the contributing guidelines
  • pnpm build, pnpm test, pnpm typecheck, pnpm lint:ci, and pnpm format:check pass locally
  • Tests added/updated where it makes sense
  • No hand-edits to generated code (packages/trueforge-sdk, .github/fern/openapi/openapi.json, docs/openapi.json) — fork PRs omit SDK regen; maintainers regenerate after merge
  • Docs / .env.example updated if configuration or behavior changed

Note

Low Risk
CI-only change that writes pinned SHAs to a separate devtest deployment repo using existing GitHub App secrets; no runtime application or auth logic in trueforge itself.

Overview
Adds a GitHub Actions workflow that keeps the devtest deployment repo in sync with main in this repository.

On each push to main (or manual run), the job checks out truefoundry/trueforge-devtest-deployment, uses a GitHub App token, and updates trueforge.truefoundry.yaml and trueforge-controller.truefoundry.yaml so image.build_source.ref and image.build_source.branch_name point at the triggering commit and branch. It commits and pushes only when those pins change; concurrency is limited with deploy-devtest and in-progress runs are cancelled.

Reviewed by Cursor Bugbot for commit 88daabb. Bugbot is set up for automated code reviews on this repo. Configure here.

@changeset-bot

changeset-bot Bot commented Sep 3, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 88daabb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 8934a5d. Configure here.

Comment thread .github/workflows/deploy-devtest.yml Outdated
Comment thread .github/workflows/deploy-devtest.yml Outdated

@chiragjn chiragjn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving with comments

Comment thread .github/workflows/deploy-devtest.yml
@thesujai
thesujai requested a review from DeeAjayi September 3, 2026 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants