fixup! Add a GitHub workflow to monitor component updates

after merging https://github.com/git-for-windows/MINGW-packages/pull/75
we'll want to be notified when Msys2 updates their mingw-w64-clang package.

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
This commit is contained in:
Matthias Aßhauer
2023-07-01 11:04:18 +02:00
parent ff94e79c47
commit 7e6c16d0cf

View File

@@ -79,6 +79,8 @@ jobs:
title-pattern: ^(?!.*(5\.[0-9]+[13579]|RC))
- label: pcre2
feed: https://github.com/PCRE2Project/pcre2/tags.atom
- label: mingw-w64-clang
feed: https://github.com/msys2/MINGW-packages/commits/master/mingw-w64-clang.atom
fail-fast: false
steps:
- uses: git-for-windows/rss-to-issues@v0