GitHub trigger on all repos in organisation

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!

Hey @RCheesley,

Welcome to the community :cake:

It is only possible to do one repo at a time, We contact the GitHub API to add a webhook to the repo. It might be possible to do something from the GitHub side if it lets you create an Org wide webhook you can then send that to an n8n webhook and use that as the trigger.

Guess I better get creating more workflows then :hushed: