Describe the issue/error/question
We have nearly 100 repos in our GitHub org - I do not want to create a separate job for each repo if at all possible, that would be extremely time consuming. Can I use the GitHub trigger to listen to all repositories in an organisation?
The use case is to detect PR reviews and push that into another system where the reviewer will receive credit for their contribution.
Thanks in advance!