Skip to content

Commit 719a57e

Browse files
committed
Stop tracking the PCRE2 website
They moved to GitHub, therefore we can use the regular RSS-based workflow to monitor for PCRE2 updates, and retire the website-scraping way. See git-for-windows/git#3859 Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2ddcade commit 719a57e

File tree

3 files changed

+0
-170
lines changed

3 files changed

+0
-170
lines changed

.github/cached/pcre2.html

Lines changed: 0 additions & 163 deletions
This file was deleted.

.github/cached/pcre2.last-modified

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/track-website-changes.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ jobs:
1717
title-match: /The current released version is (less-[0-9]+)\./
1818
body-match: /== NEWS ITEM ==[^]*?\n(less-\d+) has been released for general use\.[^]*?The release notes are <a href="([^"]+)">here</
1919
body-replacement: The release notes for ${match[1]} are [here](http://www.greenwoodsoftware.com/less/${match[2]}).
20-
- label: pcre2
21-
url: https://pcre.org/
22-
title-match: /The\s+current\s+version,\s+PCRE2[^]*? version <b>([0-9.]+)</
23-
title-replacement: PCRE2 ${match[1]}
24-
body-match: /<a href="([^"]+)">NEWS<\/a> and <a href="([^"]+)">ChangeLog<\/a>/
25-
body-replacement: See [NEWS](${url}${match[1]}) and [ChangeLog](${url}${match[2]}).
2620
fail-fast: false
2721
steps:
2822
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)