Skip to content

Commit 5c5e12a

Browse files
Copilotswissspidy
andcommitted
Update command label color to C5DEF5
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
1 parent 77c1266 commit 5c5e12a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-manage-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
const labelName = 'command:' + command.replace(/\s+/g, '-');
7474
return {
7575
name: labelName,
76-
color: 'D4C5F9',
76+
color: 'C5DEF5',
7777
description: `Related to '${command}' command`
7878
};
7979
});

0 commit comments

Comments
 (0)