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;