Open willdavsmith opened 2 weeks ago
The Upmerge samples to edge workflow does not include a signoff message in the commit: https://github.com/radius-project/samples/blob/f92e009a248f05f3511c49e483259e89de48f2d1/.github/workflows/upmerge.yaml#L65
Upmerge samples to edge
This causes DCO to fail during the release process. We should add a signoff flag to the git merge command.
git merge
AB#13662
Closing this now @willdavsmith. You can re-open if it is not fixed already.
This hasn't been fixed yet, re-opening and removing triage label.
/assign
The
Upmerge samples to edge
workflow does not include a signoff message in the commit: https://github.com/radius-project/samples/blob/f92e009a248f05f3511c49e483259e89de48f2d1/.github/workflows/upmerge.yaml#L65This causes DCO to fail during the release process. We should add a signoff flag to the
git merge
command.AB#13662