Skip to content

Commit

Permalink
fixup! Add a GitHub workflow to monitor component updates
Browse files Browse the repository at this point in the history
Since PCRE2 moved to GitHub, we can use our regular workflow to monitor
for PCRE2 updates, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed May 19, 2022
1 parent c6b0c5f commit 8655382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/monitor-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
- label: perl
feed: https://github.com/Perl/perl5/tags.atom
title-pattern: ^(?!.*(5\.[0-9]+[13579]|RC))
- label: pcre2
feed: https://github.com/PCRE2Project/pcre2/tags.atom
fail-fast: false
steps:
- uses: git-for-windows/rss-to-issues@v0
Expand Down

1 comment on commit 8655382

@milton-correa-martins

This comment was marked as off-topic.

Please sign in to comment.