better color

This commit is contained in:
James 2020-10-16 12:54:22 +01:00
parent 26f2686596
commit 46bdc40819

View File

@ -15,7 +15,7 @@ require 'setup.php';
//get the stale label or create if not exist //get the stale label or create if not exist
if (!$staleLabel = $repo->getLabelByName('stale')) { if (!$staleLabel = $repo->getLabelByName('stale')) {
$staleLabel = $repo->createLabel(['name' => 'stale', 'color' => '#ffffff']); $staleLabel = $repo->createLabel(['name' => 'stale', 'color' => '#fad8c7']);
} }
//define the function to process each issue //define the function to process each issue