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
fix: add 'skipped_not_requested' to GitCommitStepStatus for non-commit actions
When the action is 'push' or 'create_pr', the commit step was hardcoded
to 'skipped_no_changes' which incorrectly implies the system tried to
commit but found nothing. Added 'skipped_not_requested' variant to
GitCommitStepStatus (matching the pattern used by push, PR, and branch
step schemas) and use it when the commit phase is not part of the action.
0 commit comments