Merge pull request #31173 from tgstation/Cyberboss-patch-3

Edits to code/controllers/configuration/entries autotag Config Update
This commit is contained in:
oranges
2017-10-02 09:25:35 +13:00
committed by CitadelStationBot
parent 1057b4b636
commit fef5c53791

View File

@@ -209,7 +209,7 @@ function tag_pr($payload, $opened) {
$tags[] = 'Merge Conflict';
$treetags = array('_maps' => 'Map Edit', 'tools' => 'Tools', 'SQL' => 'SQL');
$addonlytags = array('icons' => 'Sprites', 'sounds' => 'Sound', 'config' => 'Config Update');
$addonlytags = array('icons' => 'Sprites', 'sounds' => 'Sound', 'config' => 'Config Update', 'code/controllers/configuration/entries' => 'Config Update');
foreach($treetags as $tree => $tag)
if(has_tree_been_edited($payload, $tree))
$tags[] = $tag;