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 29, 2024
1 parent 9750aee commit dacf92b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 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,16 @@
</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 and all maintainers of higher-
level projects within the project hierarchy. (For example: the set of
maintainers of a project called "foo:bar" is equal to the union of two
sets: the set of project maintainers of the foo:bar project and that of the
parent project, foo, itself.)
</para>
</sect1>
</chapter>

0 comments on commit dacf92b

Please sign in to comment.