From a33ce43bff372ebd89211a95d7355792242fe214 Mon Sep 17 00:00:00 2001 From: Jordi Montes Date: Wed, 24 Jan 2018 23:37:07 +0100 Subject: [PATCH] config parameters updated (default and development) --- config/default.js | 5 ++++- config/development.js | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/default.js b/config/default.js index a0676ef..908caad 100644 --- a/config/default.js +++ b/config/default.js @@ -29,5 +29,8 @@ module.exports = { delayInMiliSeconds: 0, // Bounty Labels for the issues and the correspondent houres (e.g. {'bounty-xs': 3}) - bountyLabels: {} + bountyLabels: {}, + + // username for the bot which has to comment for starting the process (e.g. status-bounty-) + githubUsername: '' } diff --git a/config/development.js b/config/development.js index 2abaf9e..051344c 100644 --- a/config/development.js +++ b/config/development.js @@ -16,5 +16,6 @@ module.exports = { gasLimit: 92000, priceHour: 35, delayInMiliSeconds: 10000, - bountyLabels: BOUNTY_LABELS + bountyLabels: BOUNTY_LABELS, + githubUsername: 'jomsdev' }