Skip to content

Commit 036786b

Browse files
authored
Adjust monitor-components workflow for new mingw-w64-clang name (git-for-windows#4983)
MSYS2 [renamed the mingw-w64-clang folder to mingw-w64-llvm](msys2/MINGW-packages@2ad570c), adjust the monitor-components workflow accordingly.
2 parents 9cf5174 + 5af092e commit 036786b

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)