31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-03 22:20:48 +00:00

Also hide composer dependency changes

Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
Roland Dalmulder 2020-07-26 19:57:06 +02:00
parent 9957855865
commit 06750d7e97
No known key found for this signature in database
GPG Key ID: FD49814C56AE3AF9

View File

@ -414,7 +414,7 @@ class PullsModel extends AbstractModel
{
$branch = substr($label->name, 3);
}
elseif (strtolower($label->name) === 'npm resource changed')
elseif (in_array(strtolower($label->name), ['npm resource changed', 'composer dependency changed'], true))
{
$isNPM = true;
}