PSGitHub icon indicating copy to clipboard operation
PSGitHub copied to clipboard

This PowerShell module contains commands to manage GitHub through its REST API.

Results 9 PSGitHub issues
Sort by recently updated
recently updated
newest added

As of June, the "new projects" have been [officially taken out of beta](https://github.blog/changelog/2022-06-23-the-new-github-issues-june-23rd-update/). This also resulted in some changes to the graphql API surface: > 1) The introduction of new...

Hi - Do we have any param to enable auto-merge via automation? ![image](https://user-images.githubusercontent.com/16250697/158232690-1e5a3ab7-8eec-4dfc-845a-b084530151e2.png) We are using the below function to set permissions to our repositories. # Set Merge properties Set-GitHubRepository...

enhancement
help wanted

Before submitting your issue for the `PSGitHub` project, please take a moment to provide the following details: **Describe the bug** The token is Successfully working, but whenever trying to execute...

PowerShell 5.1 on Windows 10. PSGitHub 0.15.179 The module uses the FollowRelLink of Invoke-WebRequest / Invoke-RestMethod. This does not exist prior to PowerShell 6. Should you wish to retain support...

bug
help wanted

The cmdlets could be used to retrieve the list of .gitignore templates and download one. ```Get-GitIgnoreTemplateList``` would contain something like this: ```powershell function Get-GitIgnoreTemplateList { [CmdletBinding()] param () return (Invoke-WebRequest...

enhancement
help wanted

We need to add operations for GitHub Gist code snippets. # Gists https://developer.github.com/v3/gists/ - [x] List out all Gists for the authenticated user - [ ] List starred Gists for...

enhancement
help wanted

We need to add formatting files for object output, to ensure that useful data is displayed by default. As a prerequisite to this, we will need to build out a...

enhancement
help wanted

We need to fill out some of the core commands for interacting with GitHub. # Core - [ ] We need to figure out how to handle data pagination #...

enhancement
help wanted

We need to add PowerShell commands to the PSGitHub module that support repository migration and import of external revision control repositories. # Repository Import https://developer.github.com/v3/migration/migrations/ - [ ] Invoke a...

enhancement
help wanted