Skip to content

Commit

Permalink
fixup! Add a GitHub workflow to monitor component updates
Browse files Browse the repository at this point in the history
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 <mha1993@live.de>
  • Loading branch information
rimrul committed Jun 1, 2024
1 parent 9cf5174 commit 5af092e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monitor-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
title-pattern: ^(?!.*(5\.[0-9]+[13579]|RC))
- label: pcre2
feed: https://github.com/PCRE2Project/pcre2/tags.atom
- label: mingw-w64-clang
feed: https://github.com/msys2/MINGW-packages/commits/master/mingw-w64-clang.atom
- label: mingw-w64-llvm
feed: https://github.com/msys2/MINGW-packages/commits/master/mingw-w64-llvm.atom
fail-fast: false
steps:
- uses: git-for-windows/rss-to-issues@v0
Expand Down

0 comments on commit 5af092e

Please sign in to comment.