Skip to content

refactor(monorepo): move workflow to correct location#252

Closed
AnthonyWadham wants to merge 1 commit into
mainfrom
Anthony/move-workflow
Closed

refactor(monorepo): move workflow to correct location#252
AnthonyWadham wants to merge 1 commit into
mainfrom
Anthony/move-workflow

Conversation

@AnthonyWadham

@AnthonyWadham AnthonyWadham commented Oct 16, 2025

Copy link
Copy Markdown
Contributor

ci: Add Auto Deploy Preview GitHub Action

Closes: WORLD-XXX

Overview

This PR adds a new GitHub Action workflow for automatically deploying preview environments. The workflow is designed to be called from other workflows and handles the coordination with World Forge for deployments.

Brief Changelog

  • Added .github/workflows/auto_deploy.yml workflow that:
    • Emits a repository dispatch event to trigger auto-deployment
    • Waits for and monitors World Forge deployment statuses
    • Reports progress and results of deployments in the workflow logs
    • Fails the workflow if any deployments fail or timeout

Testing and Verifying

This change can be verified by triggering a workflow that calls this reusable workflow with base and head inputs, then observing the deployment status reporting in the workflow logs.

@AnthonyWadham AnthonyWadham marked this pull request as ready for review October 16, 2025 15:30
@AnthonyWadham

AnthonyWadham commented Oct 16, 2025

Copy link
Copy Markdown
Contributor Author

How to use the Graphite Merge Queue

Add the label graphite/merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Comment thread .github/workflows/auto_deploy.yml Fixed
Comment thread .github/workflows/auto_deploy.yml Fixed
Comment thread .github/workflows/auto_deploy.yml Fixed
@codecov

codecov Bot commented Oct 16, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 39.93%. Comparing base (21f9293) to head (1604228).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #252      +/-   ##
==========================================
- Coverage   40.49%   39.93%   -0.56%     
==========================================
  Files         100      100              
  Lines        7046     7046              
==========================================
- Hits         2853     2814      -39     
- Misses       3890     3938      +48     
+ Partials      303      294       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants