Skip to content
This repository was archived by the owner on Mar 22, 2020. It is now read-only.

Commit 9fc286c

Browse files
committed
bot
1 parent 6cd6e23 commit 9fc286c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

handlers/hook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Octokit = require('@octokit/rest');
55
const _ = require('lodash');
66
const octokit = new Octokit({
77
auth: `token ${config.secret.github.token}`,
8-
log: console,
8+
//log: console,
99
previews: ['hellcat-preview', 'mercy-preview'], // enables nested teams API
1010
});
1111
// chinese bot: https://github.com/fanyijihua/robot

lib/init/createRepo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const _ = require('lodash');
99

1010
const octokit = new Octokit({
1111
auth: `token ${config.secret.github.token}`,
12-
log: console,
12+
//log: console,
1313
previews: ['hellcat-preview', 'mercy-preview'], // enables nested teams API
1414
});
1515

0 commit comments

Comments
 (0)