How to disable the "autoland" when running "arc diff"?

Viewed 31

When I run arc diff, it asks Autoland after builds pass and reviewers approve (Default Y)? [Y/n].

Can we change the setting to disable the autoland by default and avoid getting this question?

1 Answers

I learned that there is a tag/flag for it. We can disable it by

arc diff --noautoland

Related