Skip to content

Commit

Permalink
obs_request_and_review_system.xml: Who can accept requests
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Aug 30, 2024
1 parent 9750aee commit 94e6431
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion xml/obs_request_and_review_system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" >
<title>Request And Review System</title>
<title>Request and Review System</title>
<info/>
<para> 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
Expand Down Expand Up @@ -220,4 +220,15 @@
</itemizedlist>
</sect2>
</sect1>
<sect1>
<title>Who can accept a request</title>
<para>
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".)
</para>
</sect1>
</chapter>

0 comments on commit 94e6431

Please sign in to comment.