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

🚀 [Feature]: Implement GitHub team management functions #163

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

MariusStorhaug
Copy link
Contributor

Description

This pull request introduces several new PowerShell functions for managing GitHub teams, including creating, deleting, updating, and retrieving team information.

  • Added Remove-GitHubTeam function to delete a GitHub team.
  • Temporary functions to get teams, will be merged later to a single Get-GitHubTeam function that will get a specific team by name or list all teams in an organization.
    • Added Get-GitHubTeamByName function to retrieve a GitHub team by its name.
    • Added Get-GitHubTeamListByOrg function to list all teams in an organization.
  • Added New-GitHubTeam function to create a new GitHub team.
  • Added Update-GitHubTeam function to update an existing GitHub team.

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 25, 2024 08:51
@MariusStorhaug MariusStorhaug self-assigned this Nov 25, 2024
@MariusStorhaug MariusStorhaug merged commit 034f03c into main Nov 25, 2024
20 checks passed
@MariusStorhaug MariusStorhaug deleted the Teams branch November 25, 2024 09:08
Copy link
Contributor

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

Copy link
Contributor

GitHub release for GitHub v0.9.2 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.

1 participant