Skip to content

Commit 5af092e

Browse files
committed
fixup! Add a GitHub workflow to monitor component updates
MSYS2 renamed the mingw-w64-clang folder to mingw-w64-llvm [1], adjust the monitor-components workflow accordingly. [1] msys2/MINGW-packages@2ad570c Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent 9cf5174 commit 5af092e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/monitor-components.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
title-pattern: ^(?!.*(5\.[0-9]+[13579]|RC))
8181
- label: pcre2
8282
feed: https://github.com/PCRE2Project/pcre2/tags.atom
83-
- label: mingw-w64-clang
84-
feed: https://github.com/msys2/MINGW-packages/commits/master/mingw-w64-clang.atom
83+
- label: mingw-w64-llvm
84+
feed: https://github.com/msys2/MINGW-packages/commits/master/mingw-w64-llvm.atom
8585
fail-fast: false
8686
steps:
8787
- uses: git-for-windows/rss-to-issues@v0

0 commit comments

Comments
 (0)