From 12753492fd0310e256cc003d982f182197ebc696 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 12 May 2017 19:06:07 -0700 Subject: [PATCH] added some precision about auto-merging --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b3461b27..8f30566d 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,10 @@ automatically merged when the following conditions are met (in that order): * A Symfony Core Merger; - * A user part of a Github team for all modified/deleted/added packages. + * The user is the Github owner for all modified packages; + + * The user is a member of the organizations (publicly visible) for all + modified packages. .. _`Symfony Flex`: https://github.com/symfony/flex .. _`Symfony recipes`: https://github.com/symfony/recipes