From 00336ec5abbf595b806dc7427a0dd4f0ac47c6cf Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 28 Jun 2018 15:51:36 +0000 Subject: [PATCH] There are no core developers, only core reviewers We've insisted in the past that "core developers" aren't a thing, so if we want to avoid continued propagation of that terminology then we should do our best to avoid using it in Zuul pipeline descriptions. Change-Id: Ifbebf824716e4a4d1bab4eb194a8b6e8b4fedd5f --- zuul.d/pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index ce3c6c774f..db0e481ef2 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -57,7 +57,7 @@ - pipeline: name: gate description: | - Changes that have been approved by core developers are enqueued + Changes that have been approved by core reviewers are enqueued in order in this pipeline, and if they pass tests, will be merged. success-message: Build succeeded (gate pipeline).