see the doc, https://docs.github.com/en/rest/meta/meta?apiVersion=2022-11-28
response schema includes
"actions_macos": {
"type": "array",
"items": {
"type": "string"
},
"examples": [
"192.0.2.1"
]
},
can we include it please.
the code https://github.com/google/go-github/blob/master/github/meta.go#L19
so that can resolve this integrations/terraform-provider-github#2607