Files
gtav-src/tools_ng/etc/automation/tasks/notifications/CutsceneScripterNotifications.xml
T
2025-09-29 00:52:08 +02:00

35 lines
1.2 KiB
XML
Executable File

<?xml version='1.0'?>
<!--
File: %RS_TOOLSCONFIG%/automation/notifcations/AssetBuilderNotifications.xml
Author: Luke Openshaw <luke.openshaw@rockstarnorth.com>
Date: 16 July 2013
-->
<recipients>
<branches>
<branch name="dev_ng">
<emailrecipients>
<emailrecipient name="Liam Anderson" email="liam.anderson@rockstarnorth.com" rule="errors,warnings,completed" />
</emailrecipients>
<emailredirects>
<emailredirect redirectpattern="buildernorth@rockstarnorth.com" name="tools" email="*tools@rockstarnorth.com"></emailredirect>
</emailredirects>
<!--
Example of bug recipients.
Please note that the container element is optional i.e. <bugrecipients> <emailrecipients>
- when you introduce a mixture of email recipients and bug recipients feel free to group like this.
<bugrecipients>
<bugrecipient rule="errors" owner="derek" qa="$owner" reviewer="derek" component="Tools" class="D" priority="1"/>
<bugrecipient rule="errors" owner="$owner" qa="$owner" reviewer="derek" component="Tools" class="A" priority="1"/>
</bugrecipients>
-->
<!--
-->
</branch>
</branches>
</recipients>