Details
Details
Hi, I was wondering if it was possible to disable manual running of a particular build plan. I saw in the code that there was the notion of an 'autoplan' which in turn makes it not manually runnable, but it seems from the docs that 'autoplan' is a template for a plan rather than a plan itself: https://secure.phabricator.com/D13345
The use case for this is a build plan that is being trigger via Herald. We don't want someone to accidentally trigger a plan manually that should only be triggered via Herald(such as deploying code somewhere important)