From 8cbf4e666d590c6bfdae588989b3270195bdf181 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 2 Jul 2019 15:52:24 -0500 Subject: [PATCH] tweak Issue body header --- src/FilterLists.Agent/Features/Urls/BuildGitHubIssueBody.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Agent/Features/Urls/BuildGitHubIssueBody.cs b/src/FilterLists.Agent/Features/Urls/BuildGitHubIssueBody.cs index 9ba085361..f99ecd901 100644 --- a/src/FilterLists.Agent/Features/Urls/BuildGitHubIssueBody.cs +++ b/src/FilterLists.Agent/Features/Urls/BuildGitHubIssueBody.cs @@ -20,7 +20,7 @@ public Command(IEnumerable dataFileUrlValidationRe public class Handler : RequestHandler { private const string IssueHeader = - "

This issue is auto-generated by the FilterLists.Agent. If it is still open at 9am UTC daily, it is updated around that time.

We rely on the help of the community to ensure that the FilterLists site data remains up-to-date. The URLs listed below have been automatically flagged and may need to be updated. Please consider submitting a PR against this issue updating some or all of the URLs accordingly.

Thanks for your contributions!

"; + "

This issue is auto-generated by the FilterLists.Agent. It is updated at about 9am UTC daily.

We rely on the help of the community to ensure that the FilterLists site data remains up-to-date. The URLs listed below have been automatically flagged and may need to be updated. Please consider submitting a PR against this issue updating some or all of the URLs accordingly.

Thanks for your contributions!

"; protected override string Handle(Command request) {