-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHubBranches: Add New/Remove-GitHubRepositoryBranch Functions #256
GitHubBranches: Add New/Remove-GitHubRepositoryBranch Functions #256
Conversation
- Add New-GitHubRepositoryBranch and Remove-GitHubRepositoryBranch
- Add CBH Inputs - Fix CBH Outputs - Add PositionalBinding - Change Mandatory parameter order - Add Invocation parm to Write-InvocationLog - Fix getGitHubRepositoryBranchParms - Add temp code to handle diffs in exception object between PS5 & PS7 - Add ShouldProcess to Remove-GitHubRepositoryBranch
If #97 is still a little way to being complete, how about merging this as-is and then converting it to use the reference function when it is available? |
Totally reasonable idea. I'll read through this again in that light for any additional feedback, and if there isn't any, will get it merged in soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it's pretty close to merging in.
Just a few more things to touch up.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple things I missed before.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for this!
/azp run PowerShellForGitHub-CI |
Azure Pipelines successfully started running 1 pipeline(s). |
Description
This PR adds the following functions to the
GitHubBranches
module:New-GitHubRepositoryBranch
Remove-GitHubRepositoryBranch
Issues Fixed
None
References
GitHub Repos API
Checklist
If desired, ensure your name is added to our Contributors list