PowerShellForGitHub
PowerShellForGitHub copied to clipboard
Microsoft PowerShell wrapper for GitHub API
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...
#### 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...
#### Feature Idea Summary Now that #193 is in, this will track reacting to * [ ] Issue Comments * [ ] PR Comments * [ ] Commit Comments ####...
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]...
#### 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...
#### 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...
#### 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...
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 :...
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).