Update references for the Penguin-Repository organization - #4
Merged
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.
TIP This summary will be updated as you push new changes.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s canonical organization/repo references from PenguinDOOM to Penguin-Repository to keep release verification and yank synchronization aligned with the post-transfer GitHub org identity, while intentionally preserving immutable historical package-version URLs.
Changes:
- Updated the top-level
vpm.jsonrepository URL and README instructions to usePenguin-Repository/VPM-Repository. - Updated workflow default inputs and Python receiver constants/fixtures to trust
Penguin-Repository/Pure-Base. - Updated GitHub API/download HTTP
User-Agentheaders to reflect the new organization naming.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| vpm.json | Updates the top-level repo listing URL to the new Penguin-Repository org while leaving versioned URLs intact. |
| README.md | Updates documentation links and repo references to the new org. |
| .github/workflows/update-vpm.yml | Updates workflow_dispatch default source_repository to the new org. |
| .github/workflows/sync-vpm-yanks.yml | Updates workflow_dispatch default source_repository to the new org. |
| .github/tests/test_vpm_yanks.py | Updates the test fixture SOURCE_REPOSITORY constant to the new org. |
| .github/tests/test_vpm_receiver.py | Updates trusted GitHub URLs and payload fixture values to the new org. |
| .github/scripts/vpm_payload.py | Updates GitHub API User-Agent header to reflect the new org. |
| .github/scripts/vpm_common.py | Updates the shared SOURCE_REPOSITORY constant to the new org. |
| .github/scripts/vpm_archive.py | Updates release-download User-Agent header to reflect the new org. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
PenguinMaintainer
enabled auto-merge (squash)
August 1, 2026 22:58
PenguinMaintainer
approved these changes
Aug 1, 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.
Summary
PenguinDOOMrepository references withPenguin-Repositoryvpm.jsonrepository URL while preserving immutable historical package-version URLsWhy
The source and VPM repositories were transferred to the
Penguin-Repositoryorganization. Future release verification and yank synchronization must use the new canonical repository identity.Validation
__pycache__files were removed from the PR