diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 736201bc8..7dab2ce1e 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -20,4 +20,5 @@ jobs: const { hasLabel } = require(`${process.env.GITHUB_WORKSPACE}/scripts/action-utils.js`); const { instructions } = require(`${process.env.GITHUB_WORKSPACE}/scripts/reply.js`); if (hasLabel(context, 'domain')) - await instructions(context, github); + console.log('Domain'); + await instructions(context, github);