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
Consolidate duplicate merge jobs into a single matrix job that runs for 'dev' and 'release', reducing duplication and making it easy to add more branches. Rename workflow to "Merge Main to branches" and remove the concurrency block. Improve logging and behavior: missing branches are now skipped (exit 0) instead of failing, merge commit messages include the target branch, and error messages are clearer. Keeps write permissions and full checkout depth.
0 commit comments