[MAINTENANCE] Remove dead CodeSee architecture diagram workflow#11886
[MAINTENANCE] Remove dead CodeSee architecture diagram workflow#11886joshua-stauffer wants to merge 1 commit into
Conversation
CodeSee (the SaaS) shut down in 2024; this workflow has been silently failing under `continue-on-error: true` ever since. Removing the workflow and the corresponding entry in the workflows README. Note: the repo secret `CODESEE_ARCH_DIAG_API_TOKEN` is now orphaned and should be deleted from repo settings by an admin.
✅ Deploy Preview for niobium-lead-7998 canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #11886 +/- ##
===========================================
- Coverage 83.90% 77.23% -6.68%
===========================================
Files 471 469 -2
Lines 39172 39170 -2
===========================================
- Hits 32869 30251 -2618
- Misses 6303 8919 +2616 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Removes the unused CodeSee architecture diagram GitHub Actions workflow and updates the workflows README accordingly, keeping the repo’s Actions configuration aligned with currently supported tooling.
Changes:
- Deleted the
.github/workflows/codesee-arch-diagram.ymlworkflow. - Removed the corresponding entry from
.github/workflows/README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/README.md |
Removes the CodeSee workflow entry from the Actions documentation list. |
.github/workflows/codesee-arch-diagram.yml |
Deletes the dead CodeSee workflow that referenced CODESEE_ARCH_DIAG_API_TOKEN. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Delete
.github/workflows/codesee-arch-diagram.ymland its entry in.github/workflows/README.md.Follow-up (out of scope for this PR)
CODESEE_ARCH_DIAG_API_TOKENis now orphaned. A repo admin should delete it from Settings → Secrets and variables → Actions.Test plan
codeseein active workflow / docs files (historicalversion-0.18changelog entries are intentionally left in place).