Felix Luthman
Felix Luthman
Cool, I'll have to check that out 🚀 For what it's worth the Crossplane/Terraform solution listed above have actually worked pretty well for over 1y at this point. Most issues...
I'll note that a workaround to this is fetching the repository directly via `octokitClient.Repos().ByOwnerId(owner).ByRepoId(repoName).Get()`, which parses the custom properties of the repo correctly. Looks something like: ```go repo, err :=...
Thanks! I'll take a stab after work today or tomorrow
@kfcampbell setting non-`multi_select` property values works now! `multi_select` values are still broken though from what I can tell, for the reason I stated in the original issue: > * The...
@stevehipwell wrote a short update on my PR here: https://github.com/integrations/terraform-provider-github/pull/2316#issuecomment-2402699430 TLDR: it's kind of a pain to juggle using this sdk and other people making changes to the terraform provider,...
As discussed in [this thread](https://github.com/integrations/terraform-provider-github/pull/2107#discussion_r1677557505), this very much still is something that should be considered!
@kfcampbell I started working on adding functionality for this issue and quickly realized that it's currently limited by the API, [which is currently in preview](https://docs.github.com/en/[email protected]/graphql/overview/schema-previews#team-review-assignments-preview). While it's possible to to...
I've added a discussion about it here: https://github.com/orgs/community/discussions/72860
@Rowern no, sadly it's not in a mergeable state. A month or so ago I got back to this and checked again if the API needed for this feature was...
> @felixlut It seems that v64 [google/go-github#3240](https://github.com/google/go-github/pull/3240) added support for Multi select finally. Only issue is that the terraform provider codebase is still at v63 Seems like #2359 will deal...