chore: delete unused github-sponsor-webhook service#1182
Merged
Conversation
Removes the github-sponsor-webhook service as it is no longer used. Changes: - Delete cmd/github-sponsor-webhook/ directory - Delete manifest/github-sponsor-webhook/ directory - Delete docker/github-sponsor-webhook.Dockerfile - Remove github-sponsor-webhook from docker-bake.hcl - Remove github-sponsor-webhook tags from .github/workflows/earthly.yml - Remove /github-sponsor-webhook from .gitignore - Update AGENTS.md to remove github-sponsor-webhook from commands list - Remove webhook integration section from internal/models/README.md
The models package was only used by the deleted github-sponsor-webhook service and is no longer needed. Deleted: - internal/models/account.go - internal/models/models.go - internal/models/sponsorship.go - internal/models/tier.go - internal/models/webhook_event.go - internal/models/README.md
Update sponsor-panel specification documents to remove references to the deleted internal/models package. Changes: - cmd/sponsor-panel/docs/README.md - update Phase 1 checklist - cmd/sponsor-panel/docs/SPEC.md - update Phase 1 checklist
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.
Removes the github-sponsor-webhook service and its associated internal/models package as they are no longer used.
Deleted:
Updated: