mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 03:19:00 +00:00
Also hide composer dependency changes
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
parent
9957855865
commit
06750d7e97
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user