Skip to content
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

🩹 [Patch]: Add more workflow command functions #169

Merged
merged 9 commits into from
Nov 27, 2024
Merged

Conversation

MariusStorhaug
Copy link
Contributor

@MariusStorhaug MariusStorhaug commented Nov 27, 2024

Description

This pull request includes several new functions and improvements to existing ones in the src/functions/public/Commands directory. The most important changes include the addition of new functions for GitHub Actions, updates to existing functions to enhance their capabilities, and renaming of functions for better clarity.

Additions:

Updates:

Renaming to align with GitHub prefix:

  • Add-Mask.ps1 to Add-GitHubMask.ps1 (Added Add-Mask as alias).
  • Set-LogGroup.ps1 to Set-GitHubLogGroup.ps1
  • Start-LogGroup.ps1 to Start-GitHubLogGroup.ps1
  • Stop-LogGroup.ps1 to Stop-GitHubLogGroup.ps1

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner November 27, 2024 00:43
@MariusStorhaug MariusStorhaug self-assigned this Nov 27, 2024
@MariusStorhaug MariusStorhaug merged commit 464ba46 into main Nov 27, 2024
20 checks passed
@MariusStorhaug MariusStorhaug deleted the commands branch November 27, 2024 21:28
Copy link

Module [GitHub - 0.9.7] published to the PowerShell Gallery.

Copy link

GitHub release for GitHub v0.9.7 has been created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

🚀[Feature]: Add GitHub Action library
1 participant