PowerShellForGitHub
PowerShellForGitHub copied to clipboard
[Feature request] Add support for environment management
Feature Idea Summary
Afaiu this module does not currently support GitHub environments. There looks to be API support https://docs.github.com/en/rest/reference/repos#environments so it would be nice to get support to this one too to be able support use cases like having separate environment per pull request, etc.
Hi @olljanat,
It appears that they've restructured their API documentation. Is this the Environment API support that you're referring to?
https://docs.github.com/en/rest/deployments/environments
Yes and from UI point of view those should be visible on urls like github.com/org/repo/settings/environments.
That GitHub Enterprise feature for private repos but freely available for open source projects.
Great thanks. Tagging to be tracked by the overall API completeness issue: #70