I'm trying to identify all the tags that contains a specific commit. Using git command tools, this can be done through:
git tag --contains <commit>
However, I need to do this for several repositories so I was expecting on relying on the REST API. Is there a way to gather the same information through GitHub's REST API?