PowerShellForGitHub icon indicating copy to clipboard operation
PowerShellForGitHub copied to clipboard

[Feature request] Add support for environment management

Open olljanat opened this issue 4 years ago • 3 comments

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.

olljanat avatar Sep 27 '21 06:09 olljanat

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

HowardWolosky avatar Jul 27 '22 21:07 HowardWolosky

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.

olljanat avatar Jul 27 '22 22:07 olljanat

Great thanks. Tagging to be tracked by the overall API completeness issue: #70

HowardWolosky avatar Jul 27 '22 22:07 HowardWolosky