Skip to content

Commit 00d5497

Browse files
authored
monitor-components: switch from p7zip to regular 7-Zip (#4629)
We've switched from p7zip to regular 7-Zip recently. 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.
2 parents 49aad3c + 71ad70c commit 00d5497

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/monitor-components.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ jobs:
6969
feed: https://github.com/gpg/gnupg/releases.atom
7070
- label: mintty
7171
feed: https://github.com/mintty/mintty/releases.atom
72-
- label: p7zip
73-
feed: https://sourceforge.net/projects/p7zip/rss?path=/p7zip
72+
- label: 7-zip
73+
feed: https://sourceforge.net/projects/sevenzip/rss?path=/7-Zip
74+
aggregate: true
7475
- label: bash
7576
feed: https://git.savannah.gnu.org/cgit/bash.git/atom/?h=master
7677
aggregate: true

0 commit comments

Comments
 (0)