From 2db2a661337ef9ecf241741e5ef5711203be76ea Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 16 Jul 2026 08:47:11 +0200 Subject: [PATCH] fixup! Add a GitHub workflow to monitor component updates Let's stop looking for mimalloc updates: As of https://github.com/git-for-windows/git/pull/6231, Git for Windows does not use mimalloc anymore (because the system allocator has sprouted comparable performance in the meantime). Signed-off-by: Johannes Schindelin --- .github/workflows/monitor-components.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index f15ff218d28b81..e9f16e58fff87c 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -77,9 +77,6 @@ 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\.|v3\.[01]\.) fail-fast: false steps: - uses: git-for-windows/rss-to-issues@v0