From bbd520878ae4634623accaf05fb42f07b67ac87b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 3 Jul 2018 15:31:36 +0200 Subject: [PATCH 1/2] Add autonag to the list of potential projects --- magic.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/magic.js b/magic.js index bbfba75..782c797 100644 --- a/magic.js +++ b/magic.js @@ -238,6 +238,9 @@ addGithubComponentMapping('automation', ['armenzg/mozilla_ci_tools', 'js': 'javascript', 'py': 'python', 'sh': 'shell' }); +addGithubComponentMapping('automation', ['mozilla/relman-auto-nag/'], + 'good-first-bug', + {'py': 'python'}) addGithubComponentMapping('automation', ['marco-c/grcov'], 'good-first-bug', {'rust': 'rust', From 7b668382cb8b291f81cbd879c4c2368f169ae224 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 3 Jul 2018 15:32:54 +0200 Subject: [PATCH 2/2] Add missing ";" --- magic.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magic.js b/magic.js index 782c797..ec4e098 100644 --- a/magic.js +++ b/magic.js @@ -240,11 +240,11 @@ addGithubComponentMapping('automation', ['armenzg/mozilla_ci_tools', 'sh': 'shell' }); addGithubComponentMapping('automation', ['mozilla/relman-auto-nag/'], 'good-first-bug', - {'py': 'python'}) + {'py': 'python'}); addGithubComponentMapping('automation', ['marco-c/grcov'], 'good-first-bug', {'rust': 'rust', - 'cpp': 'cpp' }) + 'cpp': 'cpp' }); addGithubComponentMapping('automation', ['marco-c/code-coverage-reports', 'marco-c/code-coverage-addon', ],