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
When ResetToTargetPaths is used in the inter-branch merge workflow, the commit step will fail because there is no configured user name and email when running the workflow. This should be fixed and a github bot user and noreply emails should be used.
There should be no test for whether paths to reset exists before doing the reset. ls-tree does not take wildcards or glob patterns. Instead, just check out each path.
There should be a single commit for all resets. The commit should list what patterns were used for the reset.