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
Just trying MP, and noticed a bug, if two workflows are configured on a branch, and one is successful and one is skipped (because it doesn't apply in this case), when trying to merge you get this error:
merge error: Build status was not 'success', instead was 'pending'. Use --ignore-build-status to override this check.
Presumably it's treating the skipped check as pending and so I have to ignore the build status to continue the merge.