馃毃 Consumer Repo Sync Failed
The sync workflow failed to push updates to consumer repositories.
Failure Details
- Failed Jobs: prepare (manifest loading)
- Trigger: Push to
main (09d2328)
- Run: View workflow run
- Time: 2026-08-25 04:29:05 UTC
Impact
Consumer repos are NOT receiving the latest workflow templates, scripts, and prompts.
This means new features and bug fixes are not being deployed to:
- stranske/Travel-Plan-Permission
- stranske/Template
- stranske/Counter_Risk
- stranske/Pension-Data
- stranske/Inv-Man-Intake
- stranske/Ready
- stranske/trip-planner
- stranske/Manager-Database
- stranske/Portable-Alpha-Extension-Model
- stranske/Trend_Model_Project
- stranske/Collab-Admin
- stranske/learning-management-system
- stranske/Fine-Art-Archive
- stranske/Orchestrator
Common Causes
- Lint errors in Python scripts listed in
sync-manifest.yml
- YAML syntax errors in workflow templates
- Missing files referenced in the manifest
- API/auth failures when pushing to consumer repos
Resolution Steps
- Check the failed workflow run for specific error messages
- Fix the underlying issue (lint errors, syntax errors, etc.)
- The sync will automatically retry on next push to
templates/consumer-repo/
or sync-manifest.yml
- Or manually trigger:
gh workflow run 'Maint 68 Sync Consumer Repos'
Prevention
Run ruff check scripts/ locally before pushing changes to synced scripts.
This issue was automatically created by the sync workflow failure handler.
馃毃 Consumer Repo Sync Failed
The sync workflow failed to push updates to consumer repositories.
Failure Details
main(09d2328)Impact
Consumer repos are NOT receiving the latest workflow templates, scripts, and prompts.
This means new features and bug fixes are not being deployed to:
- stranske/Travel-Plan-Permission
- stranske/Template
- stranske/Counter_Risk
- stranske/Pension-Data
- stranske/Inv-Man-Intake
- stranske/Ready
- stranske/trip-planner
- stranske/Manager-Database
- stranske/Portable-Alpha-Extension-Model
- stranske/Trend_Model_Project
- stranske/Collab-Admin
- stranske/learning-management-system
- stranske/Fine-Art-Archive
- stranske/Orchestrator
Common Causes
sync-manifest.ymlResolution Steps
templates/consumer-repo/or
sync-manifest.ymlgh workflow run 'Maint 68 Sync Consumer Repos'Prevention
Run
ruff check scripts/locally before pushing changes to synced scripts.This issue was automatically created by the sync workflow failure handler.