on:
workflow_dispatch:
inputs:
- GERRIT_BRANCH:
- 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_URL:
- description: "URL to the change"
- required: true
- type: string
+ # GERRIT_BRANCH:
+ # 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_URL:
+ # description: "URL to the change"
+ # required: true
+ # type: string
GERRIT_EVENT_TYPE:
description: "Type of Gerrit event"
required: true
# yamllint disable-line rule:line-length
uses: ravipendurty/releng-reusable-workflows/.github/workflows/compose-make-merge.yaml@main
with:
- GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
+ # GERRIT_BRANCH: ${{ inputs.GERRIT_BRANCH }}
# GERRIT_CHANGE_ID: ${{ inputs.GERRIT_CHANGE_ID }}
# GERRIT_CHANGE_NUMBER: ${{ inputs.GERRIT_CHANGE_NUMBER }}
- GERRIT_CHANGE_URL: ${{ inputs.GERRIT_CHANGE_URL }}
+ # GERRIT_CHANGE_URL: ${{ inputs.GERRIT_CHANGE_URL }}
GERRIT_EVENT_TYPE: ${{ inputs.GERRIT_EVENT_TYPE }}
GERRIT_PATCHSET_NUMBER: ${{ inputs.GERRIT_PATCHSET_NUMBER }}
GERRIT_PATCHSET_REVISION: ${{ inputs.GERRIT_PATCHSET_REVISION }}