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:
parent
9957855865
commit
06750d7e97
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user