Skip to content

Commit

Permalink
signoff for upmerge git commit (#1889)
Browse files Browse the repository at this point in the history
Signed-off-by: Brooke Hamilton <[email protected]>
  • Loading branch information
brooke-hamilton authored Nov 30, 2024
1 parent 07d2d06 commit 4b69d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upmerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
git fetch origin $SOURCE_BRANCH
git merge --no-commit origin/$SOURCE_BRANCH
git checkout edge -- bicepconfig.json
git commit -m "Upmerge to edge"
git commit --signoff --message "Upmerge to edge"
if git diff --quiet edge; then
echo "No changes to merge from $SOURCE_BRANCH to edge"
Expand Down

0 comments on commit 4b69d84

Please sign in to comment.