From 6c3070b43bc6acdc9c035d340a66ed2b2fe8a165 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 19 Apr 2018 17:54:59 +0200 Subject: [PATCH] Increase kredits amounts for GitHub labels --- integrations/github.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/github.js b/integrations/github.js index 61f274b..ddc2da6 100644 --- a/integrations/github.js +++ b/integrations/github.js @@ -62,13 +62,13 @@ module.exports = async function(robot, kredits) { let amount; switch(kreditsLabel) { case 'kredits-1': - amount = 50; + amount = 500; break; case 'kredits-2': - amount = 150; + amount = 1500; break; case 'kredits-3': - amount = 500; + amount = 5000; break; }