From 5bfd1d429163f71f4ddff286dd3c4809c1c5d351 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Fri, 22 Aug 2025 09:35:54 +0100 Subject: [PATCH] Fix: Add USE_PR_AS_COMMIT and set true Issue-ID: CIMAN-33 Attempt to fix GitHub2Gerrit workflow behaviour. Change-Id: I1c8bacccc537dca6e2bacd4b1a22247a821d54be 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 afa12927..e119f8f1 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