Remove HIBI workflow automation files #3709
ccantynzcommented Mar 31, 2026
Originally written by @vercel[bot] on GitHub.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| hibiscus-to-airport | Preview, Comment | Mar 31, 2026 7:48am |
Cross-repo impact
See what breaks downstream if this PR merges.
⮌ Merged
This pull request was merged into main.
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts
Originally written by @ccantynz-alt on GitHub.
Imported from https://github.com/ccantynz-alt/Hibiscus-to-airport/pull/38
Summary
This PR removes three GitHub Actions workflow files that were used for HIBI (Hibiscus to Airport) project automation and monitoring.
Changes
.github/workflows/hibi-watchdog.yml: Scheduled workflow (every 10 minutes) that probed backend and frontend endpoints for health checks.github/workflows/hibi-render-deploy.yml: Deployment workflow triggered on pushes to main branch that initiated Render service deployments.github/workflows/hibi-repair-lane.yml: Manual workflow for triggering repair operations with a placeholder for future auto-patching functionalityRationale
These workflows appear to be project-specific automation for the HIBI service and are no longer needed in this repository. This cleanup removes unused CI/CD infrastructure and reduces maintenance overhead.
https://claude.ai/code/session_01Ri5orKFhTfRQpx8eRpyW4e