Skip to content

Commit 31e2ca9

Browse files
rimruldscho
authored andcommitted
monitor-components: aggregate bash and msys2-runtime versions
Bash sometimes releases multiple patched versions within a few minutes of each other (i.e. 5.1p1 through 5.1p4, 5.0p15 and 5.0p16). The MSYS2 runtime also has a similar system. We can address those patches as a group, so we shouldn't get multiple issues about them. Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent 36a9fa0 commit 31e2ca9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/monitor-components.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
feed: https://github.com/msys2/MSYS2-packages/commits/master/msys2-runtime.atom
3535
- label: msys2-runtime
3636
feed: https://github.com/msys2/msys2-runtime/commits/HEAD.atom
37+
aggregate: true
3738
- label: openssh
3839
feed: https://github.com/openssh/openssh-portable/tags.atom
3940
- label: openssl
@@ -56,6 +57,7 @@ jobs:
5657
feed: https://sourceforge.net/projects/p7zip/rss?path=/p7zip
5758
- label: bash
5859
feed: https://git.savannah.gnu.org/cgit/bash.git/atom/?h=master
60+
aggregate: true
5961
- label: perl
6062
feed: https://github.com/Perl/perl5/tags.atom
6163
fail-fast: false
@@ -68,3 +70,4 @@ jobs:
6870
repo-token: ${{ secrets.GITHUB_TOKEN }}
6971
characterLimit: ${{ env.CHARACTER_LIMIT }}
7072
lastTime: ${{ env.LAST_TIME }}
73+
aggregate: ${{matrix.component.aggregate}}

0 commit comments

Comments
 (0)