chore: remove retired and permanently-disabled workflows - #333
Merged
Conversation
fly.toml and fly-deploy.yml go because the fly.io deployment is abandoned for cost reasons. This also closes a latent trap: the workflow used superfly/flyctl-actions, which was never on the repository's permitted-actions list, so it could not have run even once Actions are healthy again. instant-sync.yml and push-email-notify.yml were both disabled_manually and are intended to stay off. A disabled workflow file still reads as 'we have this gate' to anyone auditing the repository, so deleting them states the position honestly. Both remain in git history. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Note Automatic reviews are paused because your trial's included automatic processing has been used for this period. Upgrade now, or comment "Gitar review" to run a review anytime. Code Review ✅ ApprovedRemoves abandoned Fly.io deployment files and permanently disabled sync and notification workflows to clean up repository housekeeping. No issues found.
OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
hyperpolymath
disabled auto-merge
July 29, 2026 07:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Housekeeping following the hosting decisions.
fly.toml+fly-deploy.yml— the fly.io deployment is abandoned for cost reasons. Removing it also closes a latent trap: that workflow usedsuperfly/flyctl-actions, which is not on the repository's permitted-actions list, so it could never have run even once Actions are healthy again.instant-sync.yml+push-email-notify.yml— bothdisabled_manuallyand intended to stay off. A disabled workflow file still reads as "we have this gate" to anyone auditing the repo, so deleting them states the position honestly rather than leaving two dark files behind.All four remain in git history if any is ever wanted back.
Note CI cannot verify this PR — the repository-wide
startup_failureis still outstanding.