chore: migrate GitHub username references - #14
Merged
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
Changes are primarily reference updates plus a straightforward CI matrix pin, with only a minor comment/intent mismatch noted in the workflow file.
Pull request overview
This PR updates repository metadata and documentation to reflect the new canonical GitHub username/repo path (enoquesousa/godeploy-platform), and adjusts CI to avoid known race-test deadlocks with modernc.org/sqlite on newer Go toolchains.
Changes:
- Updated GitHub links/badges and documentation references from
esousa97toenoquesousa. - Updated GitHub governance files (CODEOWNERS, issue template security link) to point at the new owner.
- Pinned the CI verify job’s Go matrix to
1.25.9to avoid deadlocks observed on newer toolchains.
File summaries
| File | Description |
|---|---|
| SECURITY.md | Updates Security Advisory link to the new GitHub repo owner. |
| README.md | Updates badges, clone/install instructions, and profile links to the new owner. |
| PLAN_PROGRESS.md | Updates CodeFactor badge reference to the new owner/repo. |
| CHANGELOG.md | Updates release comparison/release links to the new owner/repo. |
| .github/workflows/ci.yml | Removes the “stable” Go entry and pins verify to Go 1.25.9 with explanatory comments. |
| .github/ISSUE_TEMPLATE/config.yml | Updates the security policy contact link to the new repo owner. |
| .github/CODEOWNERS | Updates code owner from @esousa97 to @enoquesousa. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+45
to
+47
| # Newer Go toolchains currently deadlock in modernc.org/sqlite v1.39.1 | ||
| # under the race-enabled proxy tests. Keep CI on the version declared | ||
| # by go.mod until the SQLite dependency is upgraded. |
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.
Resumo
Validação