PowerShellForGitHub icon indicating copy to clipboard operation
PowerShellForGitHub copied to clipboard

Microsoft PowerShell wrapper for GitHub API

Results 65 PowerShellForGitHub issues
Sort by recently updated
recently updated
newest added

In relation to #70, contributing the following additional Teams APIs: - [x] [List team repositories](https://developer.github.com/v3/teams/#list-team-repositories) - [x] [Check team permissions for a repository](https://developer.github.com/v3/teams/#check-team-permissions-for-a-repository) - [x] [Add or update team repository...

enhancement
triage needed

#### Feature Idea Summary Trying to fix #264 has made me start to rethink how we're performing tests within this module. I think it is imperative that we continue to...

enhancement
up for grabs
discussion
tests
help wanted

#### Feature Idea Summary Now that #193 is in, this will track reacting to * [ ] Issue Comments * [ ] PR Comments * [ ] Commit Comments ####...

enhancement
discussion
triage needed
api-reactions

Tracking the addition of methods fo https://developer.github.com/v3/repos/contents - [x] [Get the README](https://developer.github.com/v3/repos/contents/#get-the-readme) (completed with #146) - [x] [Get the contents of a file or directory](https://developer.github.com/v3/repos/contents/#get-contents) (completed with #146) - [x]...

api completeness
api-repositories

#### Issue Details The `PowerShellForGitHub.log` is written with different character encoding depending upon whether PowerShell 5 or PowerShell 7 are used. PowerShell 5 encoding is `UTF-16 LE` and PowerShell 7...

bug
in progress

Does not contain tests yet

api completeness
waiting for update

#### Issue Details This [was identified](https://github.com/microsoft/PowerShellForGitHub/pull/200#issuecomment-639868838) by @X-Guardian as part of his verification for #200. > Looking at `Invoke-GHRestMethod` in `GithubCore`, for this scenario using PowerShell 5, the `[System.Net.WebException]` code...

bug
up for grabs
help wanted

#### Feature Idea Summary This comes out of a [comment thread](https://github.com/microsoft/PowerShellForGitHub/pull/192#discussion_r434160733) in #192. We've seen a number of times that users who forget to provide a `-` for the parameter...

enhancement
up for grabs
discussion
help wanted

The current default format is pretty unreadable for use in the PowerShell REPL: ``` ✔ ~ 🍺 Get-GitHubIssueForRepository PowerShell/PowerShellForGitHub | Select-Object -First 1 Getting issues for repository PowerShell/PowerShellForGitHub url :...

enhancement
up for grabs
help wanted

Tracking issue to indicate that I'm nearing completion for the work that completes all API support for pull requests (including reviews, review comments, and requested reviewers).

in progress
api completeness
api-pull-requests