in index.js [85:98]
await removeLabels(context, [
labelText.INVALID,
labelText.MISSING_TITLE
]);
minimizeComment(context, text.MISSING_TITLE);
minimizeComment(context, text.NOT_USING_TEMPLATE);
}
});
app.on('issues.labeled', async context => {
const labelName = context.payload.label.name;
const issue = context.payload.issue;
const issueAuthor = issue.user.login;
if (labelName !== labelText.RESOLVED && isCommitter(issue.author_association, issueAuthor)) {