From 8e2f65af84bddf1c81ea2bed8e97ac3d1dff9eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20A=C3=9Fhauer?= Date: Sat, 19 Jul 2025 10:05:58 +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 We also want to keep an eye on mimalloc releases. We're currently on v2.2.4, so we won't need notifications for older release trains. Signed-off-by: Matthias Aßhauer --- .github/workflows/monitor-components.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index 65d212ba19..6d8bd475d9 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -88,6 +88,9 @@ jobs: feed: https://github.com/msys2/MINGW-packages/commits/master/mingw-w64-llvm.atom - label: innosetup feed: https://github.com/jrsoftware/issrc/tags.atom + - label: mimalloc + feed: https://github.com/microsoft/mimalloc/tags.atom + title-pattern: ^(?!v1\.) fail-fast: false steps: - uses: git-for-windows/rss-to-issues@v0