You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?