From 7e6c16d0cf24349eaf1a58cd3d76ed48c33804fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20A=C3=9Fhauer?= Date: Sat, 1 Jul 2023 11:04:18 +0200 Subject: [PATCH] fixup! Add a GitHub workflow to monitor component updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .github/workflows/monitor-components.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index 73967950eb7a09..bb686241f9628b 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -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