bot workflow label check removed

This commit is contained in:
Akshay Nair
2020-11-30 23:05:43 +05:30
parent 5912913a72
commit faba076a42
+2 -1
View File
@@ -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);