From a706928f51cad2900d97bcfc4971662d63d603b0 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Thu, 29 Nov 2018 14:01:45 +0100 Subject: [PATCH] refactor: use lowercase for meeting label --- src/configuration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.ts b/src/configuration.ts index 43dfa9b1..590db852 100644 --- a/src/configuration.ts +++ b/src/configuration.ts @@ -93,7 +93,7 @@ export const NEEDED_LABELS: Label[] = [ }, { color: '#FFFF88', - name: 'Meeting', + name: 'meeting', }, { color: '#8E44AD',