GitReleaseManager repository and owner input#1388
Merged
arturcic merged 1 commit intoGitTools:vnextfrom Apr 2, 2025
Merged
Conversation
824e0d0 to
eb52051
Compare
12646a6 to
8fedf8a
Compare
eb52051 to
ef00c89
Compare
ef00c89 to
68202e4
Compare
d54b444 to
6632d37
Compare
68202e4 to
4ba9a28
Compare
Updated the repository input to require a single string in the format 'owner/repo' for various action configurations and examples. Removed the separate 'owner' input parameter and adjusted relevant test cases and function implementations accordingly to parse repository information from the provided format.
4ba9a28 to
0b37992
Compare
Contributor
|
Thank you @arturcic for your contribution! |
arturcic
added a commit
to arturcic/gittools-actions
that referenced
this pull request
Apr 28, 2025
…-input GitReleaseManager repository and owner input
arturcic
added a commit
that referenced
this pull request
Apr 30, 2025
GitReleaseManager repository and owner input
Contributor
|
🎉 This issue has been resolved in version v4.0.0 🎉 Your GitReleaseManager bot 📦🚀 |
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.
This pull request includes several changes aimed at consolidating the repository owner and name into a single
repositoryfield in various configuration files, documentation, and tests. The most important changes include updates to GitHub Actions workflows, Azure and GitHub examples, action configuration files, and test specifications.GitHub Actions Workflows:
.github/workflows/release.yml: Removed theownerfield and updated therepositoryfield to include both the owner and repository name. [1] [2]Documentation:
docs/examples/azure/gitreleasemanager/*.md: Updated therepositoryfield to include both the owner and repository name, and removed theownerfield. [1] [2] [3] [4] [5] [6]docs/examples/github/gitreleasemanager/*.md: Updated therepositoryfield to include both the owner and repository name, and removed theownerfield. [1] [2] [3] [4] [5] [6]Action Configuration Files:
gitreleasemanager/*/action.yml: Updated therepositoryfield description to specify the format "owner/repo" and removed theownerfield. [1] [2] [3] [4] [5] [6]Test Specifications:
src/__tests__/tools/gitreleasemanager/settings.spec.ts: Updated therepositoryfield to include both the owner and repository name, and removed theownerfield in various test cases. [1] [2] [3] [4] [5] [6]