Skip to content

chore: migrate GitHub username references - #14

Merged
enoquesousa merged 3 commits into
mainfrom
codex/migrate-esousa97-to-enoquesousa
Aug 22, 2026
Merged

chore: migrate GitHub username references#14
enoquesousa merged 3 commits into
mainfrom
codex/migrate-esousa97-to-enoquesousa

Conversation

@enoquesousa

Copy link
Copy Markdown
Collaborator

Resumo

  • atualiza referências técnicas de �sousa97 para �noquesousa`n- mantém CODEOWNERS, links de segurança e documentação alinhados ao usuário atual
  • fixa o CI no Go 1.25.9 declarado pelo projeto enquanto modernc.org/sqlite v1.39.1 trava nos testes com race em toolchains mais novos

Validação

  • YAML e git diff --check aprovados
  • run de push verde: lint, govulncheck, formatação, goimports, vet, build, testes com race e cobertura

Copilot AI lite review requested due to automatic review settings August 22, 2026 21:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 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 esousa97 to enoquesousa.
  • 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.9 to 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 thread .github/workflows/ci.yml
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.
@enoquesousa
enoquesousa merged commit cb9e41a into main Aug 22, 2026
8 checks passed
@enoquesousa
enoquesousa deleted the codex/migrate-esousa97-to-enoquesousa branch August 22, 2026 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants