diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index 71dbebc..45d640f 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -35,5 +35,7 @@ jobs: GERRIT_SSH_USER_G2G: ${{ vars.GERRIT_SSH_USER_G2G }} GERRIT_SSH_USER_G2G_EMAIL: ${{ vars.GERRIT_SSH_USER_G2G_EMAIL }} ORGANIZATION: ${{ vars.ORGANIZATION }} + SUBMIT_SINGLE_COMMITS: false + USE_PR_AS_COMMIT: true secrets: GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }}