Skip to content

Commit 8e2f65a

Browse files
committed
fixup! Add a GitHub workflow to monitor component updates
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 <[email protected]>
1 parent 6c3d63c commit 8e2f65a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/monitor-components.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
feed: https://github.com/msys2/MINGW-packages/commits/master/mingw-w64-llvm.atom
8989
- label: innosetup
9090
feed: https://github.com/jrsoftware/issrc/tags.atom
91+
- label: mimalloc
92+
feed: https://github.com/microsoft/mimalloc/tags.atom
93+
title-pattern: ^(?!v1\.)
9194
fail-fast: false
9295
steps:
9396
- uses: git-for-windows/rss-to-issues@v0

0 commit comments

Comments
 (0)