better color
This commit is contained in:
parent
26f2686596
commit
46bdc40819
@ -15,7 +15,7 @@ require 'setup.php';
|
||||
|
||||
//get the stale label or create if not exist
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user