icecat: add release icecat-140.8.0-2gnu1 for ecne
This commit is contained in:
parent
450538011a
commit
8eb1f1732f
616 changed files with 39955 additions and 33937 deletions
|
|
@ -1221,8 +1221,7 @@ def target_tasks_merge_automation(full_task_graph, parameters, graph_config):
|
|||
"""Select the set of tasks required to perform repository merges."""
|
||||
|
||||
def filter(task):
|
||||
# For now any task in the repo-update kind is ok
|
||||
return task.kind in ["merge-automation"]
|
||||
return task.kind in ["merge-automation", "mark-as-merged"]
|
||||
|
||||
return [l for l, t in full_task_graph.tasks.items() if filter(t)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue