Skip to content

feat(monorepo): public workflow for auto deploys#250

Merged
graphite-app[bot] merged 1 commit into
mainfrom
Anthony/DEVP-458-auto-deploy-workflow
Oct 15, 2025
Merged

feat(monorepo): public workflow for auto deploys#250
graphite-app[bot] merged 1 commit into
mainfrom
Anthony/DEVP-458-auto-deploy-workflow

Conversation

@AnthonyWadham

@AnthonyWadham AnthonyWadham commented Oct 15, 2025

Copy link
Copy Markdown
Contributor

Auto Deploy Preview Workflow

Closes: WORLD-XXX

Overview

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

Brief Changelog

  • Added new reusable workflow auto_deploy.yml that can be triggered via workflow_call
  • Implemented a repository dispatch event to trigger auto-deployments
  • Created a status monitoring system that waits for deployment completions
  • Added timeout handling with appropriate error messages
  • Implemented status aggregation to track multiple parallel deployments

Testing and Verifying

This change can be verified by triggering the workflow from another workflow and confirming that:

  • The repository dispatch event is properly sent to the World Forge system
  • The workflow correctly waits for and reports on deployment statuses
  • Appropriate error handling occurs for timeouts and deployment failures

@notion-workspace

Copy link
Copy Markdown

@AnthonyWadham

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.

@AnthonyWadham AnthonyWadham requested a review from ezavada October 15, 2025 19:03
@AnthonyWadham AnthonyWadham marked this pull request as ready for review October 15, 2025 19:03
@codecov

codecov Bot commented Oct 15, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 40.49%. Comparing base (d99b0b8) to head (dbaf20b).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #250      +/-   ##
==========================================
+ Coverage   39.93%   40.49%   +0.55%     
==========================================
  Files         100      100              
  Lines        7046     7046              
==========================================
+ Hits         2814     2853      +39     
+ Misses       3938     3890      -48     
- Partials      294      303       +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.

@graphite-app

graphite-app Bot commented Oct 15, 2025

Copy link
Copy Markdown
Contributor

Merge activity

# Auto Deploy Preview Workflow

Closes: WORLD-XXX

## Overview

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

## Brief Changelog

- Added new reusable workflow `auto_deploy.yml` that can be triggered via `workflow_call`
- Implemented a repository dispatch event to trigger auto-deployments
- Created a status monitoring system that waits for deployment completions
- Added timeout handling with appropriate error messages
- Implemented status aggregation to track multiple parallel deployments

## Testing and Verifying

This change can be verified by triggering the workflow from another workflow and confirming that:
- The repository dispatch event is properly sent to the World Forge system
- The workflow correctly waits for and reports on deployment statuses
- Appropriate error handling occurs for timeouts and deployment failures
@graphite-app graphite-app Bot force-pushed the Anthony/DEVP-458-auto-deploy-workflow branch from 8aaa707 to dbaf20b Compare October 15, 2025 20:17
@graphite-app graphite-app Bot merged commit dbaf20b into main Oct 15, 2025
9 of 10 checks passed
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