From 5c04c782b9778300d6d16399eeb00d10ae88ff26 Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Tue, 7 Apr 2020 11:35:46 +0200 Subject: pagure: Improve CI status flag handling - Ensure to consider only CI status flags set by the related token account. This is to avoid being triggered by another CI system voting on the same Pull Request. - Re-use the same status CI slot. - Allow to set the display name of the CI system in from of the CI status flag. Change-Id: I12fc761e34413f4efd7c2ad60ed04bf12d5932a3 --- doc/source/reference/drivers/pagure.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/source/reference/drivers/pagure.rst b/doc/source/reference/drivers/pagure.rst index 0614ad222..a12f77985 100644 --- a/doc/source/reference/drivers/pagure.rst +++ b/doc/source/reference/drivers/pagure.rst @@ -81,6 +81,12 @@ The supported options in ``zuul.conf`` connections are: Path to the Pagure Git repositories. Used to clone. + .. attr:: app_name + :default: Zuul + + Display name that will appear as the application name in front + of each CI status flag. + .. attr:: source_whitelist :default: '' -- cgit v1.2.1