Keegan Campbell

Results 273 comments of Keegan Campbell

Ahh you're right, I've misread, sorry. It still is an API issue, however: [fine-grained tokens support only limited Apps endpoints](https://docs.github.com/en/rest/authentication/endpoints-available-for-fine-grained-personal-access-tokens?apiVersion=2022-11-28#apps).

They definitely should be separate resources; see #1617 for a draft attempt at splitting them. It hasn't changed yet mostly due to inertia and the severity of the breaking change.

Is this supported in the [API](https://docs.github.com/en/rest/secret-scanning/secret-scanning?apiVersion=2022-11-28)? I'm not seeing it.

@samtarplee You might try asking for the feature in the [community API discussions](https://github.com/orgs/community/discussions/categories/api-and-webhooks).

@alileza feel free to promote this from draft when you're comfortable!

Would you mind adding checks for these new attributes to `github/data_source_github_repository_test.go`?

I don't know why it was disabled; I would say that without additional context I would prefer if it was working correctly and enabled rather than disabled.

> ....On an unrelated note, can anyone tell me where I can report bugs for the GitHub API and/or where I can request documentation for undocumented APIs. In the past,...

I've solved a failing issue I was seeing earlier due to the `owner` variable being undefined in the `checkOutRemoteBranch` function. When this is ready to be merged/released, I'll remove the...