Skip to content

Commit

Permalink
ci: remove # from label colors (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Aug 20, 2022
1 parent 86c6116 commit c4bf417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dangerfile.ts
Expand Up @@ -10,7 +10,7 @@ const createOrAddLabelSafely = async (name: string, color: string) => {
try {
await danger.github.utils.createOrAddLabel({
name,
color,
color: color.replace('#', ''),
description: '',
});
} catch (error) {
Expand Down

0 comments on commit c4bf417

Please sign in to comment.