icecat: add release icecat-140.8.0-2 for aramo
This commit is contained in:
parent
d9a6c0aa96
commit
d570f39e11
616 changed files with 39955 additions and 33937 deletions
|
|
@ -56,6 +56,10 @@ def is_release_promotion_available(parameters):
|
|||
"type": "string",
|
||||
"description": "Path to file used when querying current version.",
|
||||
},
|
||||
"merge-automation-id": {
|
||||
"type": "integer",
|
||||
"description": "Shipit merge automation ID for marking as merged.",
|
||||
},
|
||||
},
|
||||
"required": ["behavior"],
|
||||
},
|
||||
|
|
@ -76,6 +80,7 @@ def merge_automation_action(parameters, graph_config, input, task_group_id, task
|
|||
"to-repo",
|
||||
"to-branch",
|
||||
"fetch-version-from",
|
||||
"merge-automation-id",
|
||||
]:
|
||||
if input.get(field):
|
||||
parameters["merge_config"][field] = input[field]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue