How to push a project fork upstream?

Let’s say I forked very many packages from one project. They’re all located in the same repo.
I’ve applied changes to each individual packages. However, now I have to request each individual package to be pushed upstream.
Is it possible to request to push an entire project instead of individual packages?

@asdhio what do you mean with the term ‘forked’ packages updates are done via ‘branching’ if that’s the case then probably not, as each is a separate submission. Very simple with `osc sr command’ or via the web ui…

Branching individual packages is tedious when there are hundreds of them and all have the same issue.

@asdhio then you script it all using the API… that’s what the perl folks do…