From 833fe3a7cde1b20455506d4a438e41a006b195ec Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 1 Jul 2024 12:18:20 +0200 Subject: [PATCH] fixup! Add a GitHub workflow to monitor component updates Let's also keep an eye out for new InnoSetup versions. Signed-off-by: Johannes Schindelin --- .github/workflows/monitor-components.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index 81d73343625801..fedc6add69a9e0 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -82,6 +82,8 @@ jobs: feed: https://github.com/PCRE2Project/pcre2/tags.atom - label: mingw-w64-llvm feed: https://github.com/msys2/MINGW-packages/commits/master/mingw-w64-llvm.atom + - label: innosetup + feed: https://github.com/jrsoftware/issrc/tags.atom fail-fast: false steps: - uses: git-for-windows/rss-to-issues@v0