Skip to content

Commit

Permalink
Merge pull request #1273 from sigstore/haydentherapper-patch-1
Browse files Browse the repository at this point in the history
Update review-pull-request.sh to merge PR
  • Loading branch information
haydentherapper authored Jun 21, 2024
2 parents 1818150 + 0273916 commit ddf1ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/review-pull-request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [[ -n "${UPDATE_PR}" ]]; then
/repos/"${GITHUB_REPOSITORY}"/pulls/"${PULL_NUMBER}"/merge \
-f commit_title="${TITLE} (#${PULL_NUMBER})" \
-f commit_message="Signed-off-by: ${LOGIN} <${LOGIN}@users.noreply.github.com>" \
-f merge_method='squash'
-f merge_method='merge'

else
echo "No open snapshot/timestamp pull request found"
Expand Down

0 comments on commit ddf1ab0

Please sign in to comment.