From a731e04670359218cf2be6610206761cc1f9536c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20M=C3=B6hlmann?= Date: Fri, 25 Jan 2019 14:27:20 +0200 Subject: [PATCH] Update docs on review dissmissal and automatic rebuilds --- docs/contributors/environment.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/contributors/environment.rst b/docs/contributors/environment.rst index 66c1a400..e2e74d8f 100644 --- a/docs/contributors/environment.rst +++ b/docs/contributors/environment.rst @@ -227,12 +227,9 @@ trying to fix. When happy, you can approve the PR. When running into failures, m Additional commits `````````````````` -Sometimes users add new commits after ``bors try`` was run automatically. -In such cases, a reviewer will have to re-issue a ``bors try`` manually in order -to get the latest changes in the test image. The reviewer will have to be sure the -build finished successful before pulling the new images. - -Any previous reviews get dismissed automatically, whenever a new commit is done afterwards. +On every new commit ``bors try`` is run automatically. Past approvals get dismissed automatically. +When doing a subsequent review on the same PR, be sure to pull the latest image from docker hub +after Bors confirms a successful build. When bors try fails ```````````````````