From: Ravi Pendurty Date: Thu, 28 Aug 2025 13:31:28 +0000 (+0530) Subject: Uncomment GERRIT inputs X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F14857%2F1;p=oam%2Foam-controller.git Uncomment GERRIT inputs Uncomment GERRIT input fields Issue-ID: OAM-488 Change-Id: I4d41e9ea2da401e4f2a147076abd4c04bee4b31e Signed-off-by: Ravi Pendurty --- diff --git a/.github/workflows/gerrit-merge.yaml b/.github/workflows/gerrit-merge.yaml index ebd3629..3c2f7ce 100644 --- a/.github/workflows/gerrit-merge.yaml +++ b/.github/workflows/gerrit-merge.yaml @@ -12,14 +12,14 @@ on: description: "Branch that change is against" required: true type: string - # GERRIT_CHANGE_ID: - # description: "The ID for the change" - # required: true - # type: string - # GERRIT_CHANGE_NUMBER: - # description: "The Gerrit number" - # required: true - # type: string + GERRIT_CHANGE_ID: + description: "The ID for the change" + required: true + type: string + GERRIT_CHANGE_NUMBER: + description: "The Gerrit number" + required: true + type: string GERRIT_CHANGE_URL: description: "URL to the change" required: true