Skip to content

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

Merged
graphite-app[bot] merged 1 commit into
mainfrom
Anthony/move-workflow
Oct 16, 2025
Merged

refactor(monorepo): move workflow to correct location#251
graphite-app[bot] merged 1 commit into
mainfrom
Anthony/move-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 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 new reusable workflow auto_deploy.yml that can be triggered via workflow_call
  • Implemented a signal job that emits a repository dispatch event to trigger auto-deployment
  • Added status monitoring that waits for World Forge deployment statuses
  • Implemented timeout handling with both initial (2 min) and hard (45 min) deadlines
  • Added failure detection and reporting for deployment issues

Testing and Verifying

This change can be verified by triggering the workflow from another workflow and confirming that it properly signals the auto-deploy event and correctly monitors the deployment statuses.

@AnthonyWadham AnthonyWadham requested a review from ezavada October 15, 2025 20:31
@AnthonyWadham AnthonyWadham marked this pull request as ready for review October 15, 2025 20:31
@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.

@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 (dbaf20b) to head (21f9293).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #251   +/-   ##
=======================================
  Coverage   40.49%   40.49%           
=======================================
  Files         100      100           
  Lines        7046     7046           
=======================================
  Hits         2853     2853           
  Misses       3890     3890           
  Partials      303      303           

☔ 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 16, 2025

Copy link
Copy Markdown
Contributor

Merge activity

# Auto Deploy Preview Workflow

Closes: WORLD-XXX

## Overview

This PR adds a new GitHub 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 new reusable workflow `auto_deploy.yml` that can be triggered via `workflow_call`
- Implemented a signal job that emits a repository dispatch event to trigger auto-deployment
- Added status monitoring that waits for World Forge deployment statuses
- Implemented timeout handling with both initial (2 min) and hard (45 min) deadlines
- Added failure detection and reporting for deployment issues

## Testing and Verifying

This change can be verified by triggering the workflow from another workflow and confirming that it properly signals the auto-deploy event and correctly monitors the deployment statuses.
@graphite-app graphite-app Bot force-pushed the Anthony/move-workflow branch from eb47a75 to 21f9293 Compare October 16, 2025 12:00
@graphite-app graphite-app Bot merged commit 21f9293 into main Oct 16, 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