Skip to content

Commit

Permalink
updated label to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickakk committed Oct 30, 2024
1 parent d92bc48 commit fbb6dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ReviewRemindersCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function execute(Arguments $args, ConsoleIo $io)
$this->loadModel('Users');
$this->loadModel('Logentries');
$io->out('~~~ Started Review Reminders ~~~');
$issuesUrl = 'https://github.com/acdh-oeaw/dhcr-main/labels/InReview';
$issuesUrl = 'https://github.com/acdh-oeaw/dhcr-main/labels/inreview';
$content = file_get_contents($issuesUrl);
$pattern = '/\b\d+\sOpen\b/i';
if (preg_match($pattern, $content, $lines)) {
Expand Down

0 comments on commit fbb6dc1

Please sign in to comment.