Feature Request
Describe your use case and the problem you are facing
Currently, Nightly builds are built when something is merged to the bundle repo. Since the development of all the actions happens in separate repos, they get added to nightly only after a release is created on the individual repos.
Describe the solution you'd like
Can the nightly builds be made to include master branches of all the individual commands?
One way of doing this I am imagining is - Create a separate branch on this repo from which nightlies can be built, This branch will need will need two changes - 1. drop prefer-stable from composer.json and 2. remove composer.lock to allow downloading latest versions.
One drawback I can think of is - Creating a separate branch is a maintenance task to keep this branch up to date with all the latest changes from main branch.