From 71ad70c5606f78fa94e910fd70f91047c4f99b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20A=C3=9Fhauer?= Date: Wed, 11 Oct 2023 10:36:07 +0200 Subject: [PATCH] fixup! Add a GitHub workflow to monitor component updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We've switched from p7zip to regular 7-Zip recently[1][2][3]. With that we don't need to monitor p7zip for updates anymore, but we want to stay informed about 7-Zip updates now. Change the feed accordingly. Since the new feed contains 15 different files as separate items for the latest 7-Zip update, aggregate them into a single issue. [1] https://github.com/git-for-windows/build-extra/pull/526 [2] https://github.com/git-for-windows/build-extra/pull/527 [3] https://github.com/git-for-windows/build-extra/pull/530 Signed-off-by: Matthias Aßhauer --- .github/workflows/monitor-components.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index 73967950eb..fb1c2f9d40 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -69,8 +69,9 @@ jobs: feed: https://github.com/gpg/gnupg/releases.atom - label: mintty feed: https://github.com/mintty/mintty/releases.atom - - label: p7zip - feed: https://sourceforge.net/projects/p7zip/rss?path=/p7zip + - label: 7-zip + feed: https://sourceforge.net/projects/sevenzip/rss?path=/7-Zip + aggregate: true - label: bash feed: https://git.savannah.gnu.org/cgit/bash.git/atom/?h=master aggregate: true