Keegan Campbell

Results 242 comments of Keegan Campbell
trafficstars

@wparr-circle we just merged #2100 and we're ready to go with this before we cut a release with your new features in it. I didn't anticipate that there might be...

@wparr-circle there's a pretty quick `go fmt` issue to resolve here, then I can get this merged and released.

Hmm...that's a good question! I wonder if that's a limitation at the API level, and member permissions are automatically managed by the external platform. Are you able to use the...

I'm looking at the [external groups API reference](https://docs.github.com/en/enterprise-cloud@latest/rest/teams/external-groups?apiVersion=2022-11-28) and there's no capability that looks useful for what you want to do. Looking at the [EMU reference](https://docs.github.com/en/enterprise-cloud@latest/admin/identity-and-access-management/understanding-iam-for-enterprises/about-enterprise-managed-users), there's some indication that...

@n47h4n12 please feel free to submit a PR if you'd like!

Perhaps we could use separate configuration for GraphQL reads and writes, like: ```hcl provider "github" { owner = "example-org" rest_write_delay_ms = 500 # sleep for 500ms in between requests to...

@stevehipwell unfortunately GitHub's SDK team doesn't have the bandwidth to pick up this item specifically, though we're always receptive to discussion and PRs that address this issue.

The provider is a patchwork of contributions from over 300 people over almost 8 (!) years now, and there hasn't been a consistent owner during that time. When people implement...

Assuming implementation viability is equivalent (which is a big "if"; the API doesn't have a clear policy on how products are implemented), resource API client implementation decisions should be guided...

@audunsolemdal this is an API behavior, not the Terraform provider, though we could certainly stand to document it better here. The [API docs](https://docs.github.com/en/rest/apps/installations?apiVersion=2022-11-28#add-a-repository-to-an-app-installation) say: > You must use a personal...