From 86c1db04dd53c24c2247e6038c161e902fe9688d Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Fri, 22 Aug 2025 09:39:29 +0100 Subject: [PATCH] Fix: Add USE_PR_AS_COMMIT and set true Issue-ID: CIMAN-33 Attempt to fix GitHub2Gerrit workflow behaviour. Change-Id: Id085c50a27a989dd4eb497973c4ca8376271138f Signed-off-by: Matthew Watkins --- .github/workflows/github2gerrit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github2gerrit.yaml b/.github/workflows/github2gerrit.yaml index afa1292..e119f8f 100644 --- a/.github/workflows/github2gerrit.yaml +++ b/.github/workflows/github2gerrit.yaml @@ -29,5 +29,6 @@ jobs: GERRIT_SSH_USER_G2G: ${{ vars.GERRIT_SSH_USER_G2G }} GERRIT_SSH_USER_G2G_EMAIL: ${{ vars.GERRIT_SSH_USER_G2G_EMAIL }} ORGANIZATION: ${{ vars.ORGANIZATION }} + USE_PR_AS_COMMIT: true secrets: GERRIT_SSH_PRIVKEY_G2G: ${{ secrets.GERRIT_SSH_PRIVKEY_G2G }} -- 2.16.6