🌟[Major]: Rename action from Auto-Release to Release-GHRepository#90
Merged
MariusStorhaug merged 4 commits intomainfrom Jan 25, 2026
Merged
Conversation
Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Rename repository from Auto-Release to Release-GHRepository
Update references from Auto-Release to Release-GHRepository
Jan 25, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR renames the repository from Auto-Release to Release-GHRepository to better align with the PSModule organization's naming conventions (Verb-GH* pattern for GitHub-specific actions). The rename updates user-facing names, documentation, and workflow references.
Changes:
- Updated action name and internal references from "Auto-Release" to "Release-GHRepository"
- Updated README documentation including title, usage examples, and action references
- Updated workflow file name and all workflow configuration elements
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| action.yml | Updated action name and internal step names to use new repository name |
| README.md | Updated title, usage examples, and action references from PSModule/Auto-Release@v1 to PSModule/Release-GHRepository@v1 |
| .github/workflows/Release-GHRepository.yml | Renamed workflow file and updated workflow name, run-name, job name, and step names |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…copilot/rename-repository-to-release-ghrepository
Auto-Release to Release-GHRepository
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.
Updates all references from the previous repository name
Auto-Releaseto the new nameRelease-GHRepositoryfollowing the repository rename.Auto-ReleasetoRelease-GHRepository#89Changes
Configuration
Auto Release (by PSModule)toRelease GHRepository (by PSModule)and updated internal step namesDocumentation
PSModule/Auto-Release@v1toPSModule/Release-GHRepository@v1Workflows
Breaking Changes
Auto-ReleasetoRelease-GHRepositoryPSModule/Auto-Release@v1toPSModule/Release-GHRepository@v1Migration
Update your workflow files to use the new action reference:
Notes
Verb-GH*pattern for GitHub-specific actions)