-
Notifications
You must be signed in to change notification settings - Fork 4
🩹 Add support for Linux ARM64 #492
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
Conversation
@MariusStorhaug 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
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.
Pull Request Overview
This pull request adds Linux ARM64 support by updating the Sodium module dependency from version 2.2.0 to 2.2.2 in the Set-GitHubSecret PowerShell function.
- Updates Sodium module requirement to enable Linux ARM64 compatibility
- Single dependency version bump to leverage latest module features
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…tHub secret tests
- Created TEMPLATE.ps1 for structuring Pester tests with common setup. - Added Teams.Tests.ps1 to test GitHub Teams API functionalities including team creation, retrieval, updating, and deletion. - Introduced Users.Tests.ps1 to validate user-related API calls such as user retrieval and updates. - Implemented Variables.Tests.ps1 to cover GitHub variable management, including setting, updating, and removing variables for repositories and organizations.
Module GitHub - 0.36.4 published to the PowerShell Gallery. |
GitHub release for GitHub v0.36.4 has been created. |
This pull request updates the required module versions for the
Context
andSodium
modules across both private and public function.Module version updates:
Context
module from8.1.1
to8.1.3
in all relevant scripts, includingRemove-GitHubContext.ps1
,Set-GitHubContext.ps1
,Initialize-GitHubConfig.ps1
,Get-GitHubContext.ps1
,Get-GitHubConfig.ps1
,Remove-GitHubConfig.ps1
, andSet-GitHubConfig.ps1
.Sodium
module from2.2.0
to2.2.2
inSet-GitHubSecret.ps1
.