From ebecc8b16c6883c94a4c8eb5192281f0945ca094 Mon Sep 17 00:00:00 2001 From: LRubin Date: Thu, 3 Nov 2016 12:21:03 -0700 Subject: [PATCH] Updated Cloud labels "emergency" fix as this UI change went live and I wasn't notified. --- docker-cloud/builds/automated-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-cloud/builds/automated-testing.md b/docker-cloud/builds/automated-testing.md index dbd6a9f01a..9316e5c918 100644 --- a/docker-cloud/builds/automated-testing.md +++ b/docker-cloud/builds/automated-testing.md @@ -80,8 +80,8 @@ Docker repository, regardless of the Autotest settings. The following options are available: * `Off`: No additional test builds. Tests only run if they're configured as part of an automated build. - * `Source repository`: Run a test build for any pull requests to branches that match a build rule, but only when the pull request comes from the same source repository. - * `Source repository & external pull requests`: Run a test build for any pull requests to branches that match a build rule, including when the pull request originated in an external source repository. + * `Internal pull requests`: Run a test build for any pull requests to branches that match a build rule, but only when the pull request comes from the same source repository. + * `Internal and external pull requests`: Run a test build for any pull requests to branches that match a build rule, including when the pull request originated in an external source repository. > **Note**: For security purposes, autotest on _external pull requests_ is disabled on public repositories. If you select this option on a public