Merge pull request #3065 from Citadel-Station-13/upstream-merge-31173

[MIRROR] Edits to code/controllers/configuration/entries autotag Config Update
This commit is contained in:
LetterJay
2017-10-01 23:40:01 -04:00
committed by GitHub
@@ -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;