Get interaction restrictions for a repository
GET {{baseUrl}}/repos/:owner/:repo/interaction-limits
Shows which group of GitHub users can interact with this repository and when the restriction expires. If there are no restrictions, you will see an empty response.
RESPONSES
status: OK
{"limit":"collaborators_only","origin":"repository","expires_at":"2018-08-17T04:18:39Z"}