mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
prefix issue title with 'BOT:'
This commit is contained in:
parent
ceccafc31b
commit
437eea994d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue