prefix issue title with 'BOT:'

This commit is contained in:
Collin M. Barrett 2019-07-02 16:32:54 -05:00
parent ceccafc31b
commit 437eea994d

View file

@ -26,7 +26,7 @@ public class Handler : AsyncRequestHandler<Command>
private const string AgentBotLabel = "agent bot";
private const string HelpWantedLabel = "help wanted";
private const string DataLabel = "data";
private const string IssueTitle = "Url Validation Errors";
private const string IssueTitle = "BOT: url validation errors";
private readonly IAgentGitHubClient _gitHubClient;
private readonly IMediator _mediator;