Add automated validation and issue creation for Go module coverage in registry#168
Draft
Add automated validation and issue creation for Go module coverage in registry#168
Conversation
Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com>
Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com>
…dirs with cleanup Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com>
Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com>
Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Verify Go module entries in repository
Add automated validation for Go module coverage in registry
Dec 26, 2025
Member
|
@copilot When the automation detects a missing module, create a GitHub issue in the Testcontainers-go repository with the cause, creating one issue per missing module. Include in the issue instructions on how to update the module in the website |
Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com>
… constants Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com>
Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com>
Contributor
Author
Done! The validation script now automatically creates GitHub issues in the testcontainers-go repository when missing modules are detected. Each issue includes:
The script also checks for existing issues to prevent duplicates. See commit c5856be for the implementation. |
Copilot
AI
changed the title
Add automated validation for Go module coverage in registry
Add automated validation and issue creation for Go module coverage in registry
Jan 22, 2026
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.
Ensures all Go modules from testcontainers-go have corresponding entries in the community module registry.
Changes
Validation script (
.github/scripts/check_go_modules.py)postgres→postgresql,gcloud→google-cloud, etc.)compose,socat) that don't represent standalone servicesCI integration (
.github/workflows/ci.yml)check-go-modulesjob runs on every PRGITHUB_TOKENfor automated issue creationissues: writepermissionDocumentation (
README.md)Current Status
All 60 service modules from testcontainers-go are present in the registry. The check will catch future discrepancies automatically and create tracking issues with detailed instructions for contributors.
Run locally:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.