scope
scope copied to clipboard
Organisation level
It would be great if this could be pointed at a Github Organisation to allow for summarising and working on issues across repos.
That would be cool. But isn't something we have planned.
The database schema would need to be updated to achieve this. Right now the items store via the issue numbers which are unique per repo but not across multiple repos.
So the dynamo primary keys would need to be like repo_name_1, repo_name_2 etc.
Am I missing something here, isn't scope part of serverless?
@QuantumInformation scope works for single repos right now.
The question is if it can pull in multiple repos into the columns at once.