I was told that I should use this to report bugs instead of GitHub. Let me know if that is incorrect.
The active_on_org
key in the repo
JSON from API V3 seems to be wrong for repos enabled on both .com and .org. Example, for the repo drdoctr/travis-ci-com-testing
>>> headers = {'Travis-API-Version': '3'}
>>> import requests
>>> r = requests.get('https://api.travis-ci.com/repo/drdoctr%2Ftravis-ci-com-testing', headers=headers)
>>> r.json()['active_on_org']
False
You can see it is running on both: