diff --git a/bot_scripts/assign-to-bounty-awaiting-for-approval.js b/bot_scripts/assign-to-bounty-awaiting-for-approval.js index b01eb2e..20d97ae 100644 --- a/bot_scripts/assign-to-bounty-awaiting-for-approval.js +++ b/bot_scripts/assign-to-bounty-awaiting-for-approval.js @@ -42,6 +42,7 @@ async function assignIssueToBountyAwaitingForApproval (context, robot, assign) { const projectBoardConfig = config ? config['bounty-project-board'] : null if (!projectBoardConfig) { + robot.log.debug(`${botName} - Bounty project board not configured in repo ${repoInfo.owner}/${repoInfo.repo}, ignoring`) return }