lewismiddleton

Results 9 comments of lewismiddleton

> It's currently waiting on upstream support. We would need this feature available in the GitHub API before we could work on it at the Terraform provider level. Is this...

Might be duplicate / related to https://github.com/integrations/terraform-provider-github/issues/786

> > private-key input as a Base64 encoded string > > what is the use case? Maybe the decoding a base64 string could be done in a separate step before...

> I'm aware of this issue but the limitation actually lies in the `go-github` client, last I checked was a few months ago and the issue still existed. I'll check...

https://github.com/google/go-github/pull/3174 has now merged and was released [as part of v63](https://github.com/google/go-github/releases/tag/v63.0.0). This issue (#2269) will probably depend on #2224 which will fix the breaking changes in v63 and bump the...

Ah I see from the build that the `parser/machine.go` file is generated. I've [now changed](https://github.com/leodido/go-conventionalcommits/compare/8aa3fe6cef1de2c9584e46859d39dfdb02d7ad56..82785f54546d6a5d4937b752dbf8cadfe9107916) the source file `parser/machine.go.rl` to include the new return type.

This is a duplicate of https://github.com/integrations/terraform-provider-github/issues/509

Update: Organization custom role support was added to go-github in https://github.com/google/go-github/pull/3129 which got [released in v63](https://github.com/google/go-github/releases/tag/v63.0.0). I think the custom role change is the only breaking change relevant for this...

This would be useful for me as I'm tracking [a bug](https://github.com/integrations/terraform-provider-github/issues/2269) in the GitHub terraform provider that I think links to #3137. @Matthew-Reidy are you planning on picking this up...