Skip to content

Commit

Permalink
Add Signed-off to ORT commits (valkey-io#1885)
Browse files Browse the repository at this point in the history
Add signoff to ORT commits

Signed-off-by: Shoham Elias <[email protected]>
  • Loading branch information
shohamazon authored Jul 9, 2024
1 parent ceffc52 commit 9d89f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
git config --global user.name "ort-bot"
git checkout -b ${BRANCH_NAME}
git add $PYTHON_ATTRIBUTIONS $NODE_ATTRIBUTIONS $RUST_ATTRIBUTIONS $JAVA_ATTRIBUTIONS
git commit -m "Updated attribution files"
git commit -m "Updated attribution files" -s
git push --set-upstream origin ${BRANCH_NAME} -f
title="Updated attribution files for ${BRANCH_NAME}"
gh pr create -B ${{ env.BASE_BRANCH }} -H ${BRANCH_NAME} --title "${title}" --body 'Created by Github action.\n${{ env.LICENSES_LIST }}'
Expand Down

0 comments on commit 9d89f3a

Please sign in to comment.