Skip to content

Commit 06750d7

Browse files
committed
Also hide composer dependency changes
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
1 parent 9957855 commit 06750d7

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_patchtester/PatchTester/Model

1 file changed

+1
-1
lines changed

administrator/components/com_patchtester/PatchTester/Model/PullsModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public function requestFromGithub($page)
414414
{
415415
$branch = substr($label->name, 3);
416416
}
417-
elseif (strtolower($label->name) === 'npm resource changed')
417+
elseif (in_array(strtolower($label->name), ['npm resource changed', 'composer dependency changed'], true))
418418
{
419419
$isNPM = true;
420420
}

0 commit comments

Comments
 (0)