From 94e6431c86780d3add19f64945760ae96260f1a1 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 29 Aug 2024 15:57:31 +0200 Subject: [PATCH] obs_request_and_review_system.xml: Who can accept requests Signed-off-by: Nathan Cutler --- xml/obs_request_and_review_system.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/xml/obs_request_and_review_system.xml b/xml/obs_request_and_review_system.xml index aa45e4d6..f707790f 100644 --- a/xml/obs_request_and_review_system.xml +++ b/xml/obs_request_and_review_system.xml @@ -7,7 +7,7 @@ xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" > - Request And Review System + Request and Review System The OBS comes with a generic request system where one party can ask another to complete a certain action. This can be, for example, taking source @@ -220,4 +220,15 @@ + + Who can accept a request + + The question of who can accept a request can be answered by inspecting who + has write permissions on the target project of the request. This includes + both maintainers listed in the project itself, plus all maintainers of + higher-level projects within the project hierarchy. (For example, requests + touching a project "foo:bar" can be accepted by all maintainers of that + project, as well as by all maintainers of the project "foo".) + +