mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-09 08:22:52 +00:00
bot workflow label check removed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user