Skip to content

Commit e644bd0

Browse files
committed
fixup! Add a GitHub workflow to monitor component updates
Stable Mimalloc releases will start with 3.2.x, so we don't need to monitor 3.0 and 3.1. Signed-off-by: Matthias Aßhauer <mha1993@live.de>
1 parent 4286a23 commit e644bd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/monitor-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
feed: https://github.com/jrsoftware/issrc/tags.atom
8080
- label: mimalloc
8181
feed: https://github.com/microsoft/mimalloc/tags.atom
82-
title-pattern: ^(?!v1\.)
82+
title-pattern: ^(?!v1\.|v3\.[01]\.)
8383
fail-fast: false
8484
steps:
8585
- uses: git-for-windows/rss-to-issues@v0

0 commit comments

Comments
 (0)