assign-to-bounty-awaiting-for-approval: Add some logging
This commit is contained in:
parent
fe3e42e1d3
commit
5acbccca90
|
@ -42,6 +42,7 @@ async function assignIssueToBountyAwaitingForApproval (context, robot, assign) {
|
||||||
const projectBoardConfig = config ? config['bounty-project-board'] : null
|
const projectBoardConfig = config ? config['bounty-project-board'] : null
|
||||||
|
|
||||||
if (!projectBoardConfig) {
|
if (!projectBoardConfig) {
|
||||||
|
robot.log.debug(`${botName} - Bounty project board not configured in repo ${repoInfo.owner}/${repoInfo.repo}, ignoring`)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue