diff --git a/tools/target_migration.bzl b/tools/target_migration.bzl index 25a3b68107..11e8589ec1 100644 --- a/tools/target_migration.bzl +++ b/tools/target_migration.bzl @@ -4,4 +4,5 @@ def moved_targets(targets, new_package): name=target[1:], actual=new_package+target, deprecation="This target has moved to %s%s"%(new_package,target), + tags = ["manual"], )