I currently use the action on a repository where we develop against a dev branch first before merging to master for release. However, the action only works on the branch where the event was triggered.
Is there a way to allow us to push our changes to dev, and the action then opens a release PR using that dev branch against the main branch?