constructor(prs, {label, reviewer, assignee}) { this.prs = prs this.label = label this.reviewer = reviewer this.assignee = assignee _.bindAll(this, ['matchesLabel', 'matchesReviewer', 'matchesAssignee', 'formatPullRequest', 'reviewersText']) }
constructor(prs, {label, reviewer, assignee}) { this.prs = prs this.label = label this.reviewer = reviewer this.assignee = assignee _.bindAll(this, ['matchesLabel', 'matchesReviewer', 'matchesAssignee', 'formatPullRequest', 'reviewersText']) }