refactor: update & disable tidy label instructions

This commit is contained in:
Rainer Killinger
2021-01-18 14:58:09 +01:00
parent 02178d5a5e
commit 2796fd8ec9
2 changed files with 6 additions and 4 deletions

View File

@@ -174,7 +174,7 @@ export const NEEDED_LABELS: Label[] = [{
return {
color: '#FFECDB',
description: 'An issue that specifically applies to this platform',
name: `platform-${platform}`,
name: `platform::${platform}`,
};
}));