pulumi / pulumi-github

A Pulumi package to facilitate interacting with GitHub
Apache License 2.0
59 stars 10 forks source link

Support for Organization/Repository Custom Properties #663

Open bra-fsn opened 4 months ago

bra-fsn commented 4 months ago

Hello!

Issue details

I would like to use Custom Properties, which provide a flexible way for adding metadata to repositories. They can be set up at the Organization level and the applied to Repositories.

The REST API examples are here for the Repository and here for the Organization level.

Affected area/feature

Pulumi GitHub provider.

bra-fsn commented 4 months ago

Oh, this provider uses TF, right? Here's the relevant issue from there: https://github.com/integrations/terraform-provider-github/issues/1956

guineveresaenger commented 4 months ago

hi @bra-fsn - thank you very much for filing this issue. You're correct that we track upstream development and as soon as a feature lands there, we'll pull it into our next release.

Thanks so much for linking the upstream issue!