33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2025-04-02 04:51:50 +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); $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; $isNPM = true;
} }