Skip to content

Conversation

@MariusStorhaug
Copy link
Member

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
7 checks passed
@MariusStorhaug MariusStorhaug deleted the Teams branch November 25, 2024 09:08
@github-actions
Copy link
Contributor

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

@github-actions
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

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants