From 437eea994d5aeccbbf149b2c22ecaee7a0842487 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 2 Jul 2019 16:32:54 -0500 Subject: [PATCH] prefix issue title with 'BOT:' --- .../Features/Urls/CreateOrUpdateUrlValidationIssue.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Agent/Features/Urls/CreateOrUpdateUrlValidationIssue.cs b/src/FilterLists.Agent/Features/Urls/CreateOrUpdateUrlValidationIssue.cs index cb2fab2c4..87edee76c 100644 --- a/src/FilterLists.Agent/Features/Urls/CreateOrUpdateUrlValidationIssue.cs +++ b/src/FilterLists.Agent/Features/Urls/CreateOrUpdateUrlValidationIssue.cs @@ -26,7 +26,7 @@ public class Handler : AsyncRequestHandler 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;