Skip to content

Commit

Permalink
upmerge commit signoff (#1299)
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 c2bdd09 commit c753c7a
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 @@ -68,7 +68,7 @@ jobs:
git fetch origin $SOURCE_BRANCH
git merge --no-commit origin/$SOURCE_BRANCH
git checkout edge -- docs/config.toml docs/layouts/partials/hooks/body-end.html
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 c753c7a

Please sign in to comment.