mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
tweak Issue body header
This commit is contained in:
parent
34ef11f194
commit
8cbf4e666d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue