Hi there,
I want to mirror comments and labels from a external change after_migration, but not unable to understand what params needed in actions in following config.
core.feedback(
name = "getMetaData",
origin = git.gerrit_trigger("ssh://server:repo.git", checker=None),
destination = git.gerrit_api(url='https://server/change/number', checker=None),
actions=[ ????
],
description=None)
Could you please help with core.feeback config with example?
Could you pleas share your config with mirror comments using after_migration ?