From: Matthew Watkins Date: Fri, 22 Aug 2025 08:35:54 +0000 (+0100) Subject: Fix: Add USE_PR_AS_COMMIT and set true X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=aai%2Faai-common.git 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 --- 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 }}