From 2886fd949140cb4343582dee1e13eab62e899aa8 Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Thu, 28 Aug 2025 19:01:28 +0530 Subject: [PATCH] Uncomment GERRIT inputs Uncomment GERRIT input fields Issue-ID: OAM-488 Change-Id: I4d41e9ea2da401e4f2a147076abd4c04bee4b31e Signed-off-by: Ravi Pendurty --- .github/workflows/gerrit-merge.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 -- 2.16.6