We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#
1 parent 86c6116 commit c4bf417Copy full SHA for c4bf417
dangerfile.ts
@@ -10,7 +10,7 @@ const createOrAddLabelSafely = async (name: string, color: string) => {
10
try {
11
await danger.github.utils.createOrAddLabel({
12
name,
13
- color,
+ color: color.replace('#', ''),
14
description: '',
15
});
16
} catch (error) {
0 commit comments