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 separate merge-to-dev and merge-to-release jobs into a single matrix job that iterates over dev and release. Rename the workflow to 'Merge Main to branches' and remove the concurrency block. Use matrix.branch for checkout, merge commit messages and push; log an info and skip (exit 0) if a target branch doesn't exist, while merge conflicts still fail (exit 1). This reduces duplication and simplifies maintenance.
0 commit comments