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
after merging git-for-windows/MINGW-packages#75
we'll want to be notified when Msys2 updates their mingw-w64-clang package.

Signed-off-by: Matthias Aßhauer <mha1993@live.de>
  • Loading branch information
rimrul committed Jul 1, 2023
1 parent ff94e79 commit 7e6c16d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/monitor-components.yml
Expand Up @@ -79,6 +79,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
fail-fast: false
steps:
- uses: git-for-windows/rss-to-issues@v0
Expand Down

0 comments on commit 7e6c16d

Please sign in to comment.