tweak Issue body header

This commit is contained in:
Collin M. Barrett 2019-07-02 15:52:24 -05:00
parent 34ef11f194
commit 8cbf4e666d

View file

@ -20,7 +20,7 @@ public Command(IEnumerable<DataFileUrlValidationResults> dataFileUrlValidationRe
public class Handler : RequestHandler<Command, string>
{
private const string IssueHeader =
"<p>This issue is auto-generated by the <a href=\"https://github.com/collinbarrett/FilterLists/tree/master/src/FilterLists.Agent\">FilterLists.Agent</a>. If it is still open at 9am UTC daily, it is updated around that time.</p><p>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 <a href=\"https://github.com/collinbarrett/FilterLists/tree/master/data\">need to be updated</a>. Please consider submitting a PR against this issue updating some or all of the URLs accordingly.</p><p>Thanks for your contributions!</p>";
"<p>This issue is auto-generated by the <a href=\"https://github.com/collinbarrett/FilterLists/tree/master/src/FilterLists.Agent\">FilterLists.Agent</a>. It is updated at about 9am UTC daily.</p><p>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 <a href=\"https://github.com/collinbarrett/FilterLists/tree/master/data\">need to be updated</a>. Please consider submitting a PR against this issue updating some or all of the URLs accordingly.</p><p>Thanks for your contributions!</p>";
protected override string Handle(Command request)
{