Skip to content

Commit e917c91

Browse files
rimruldscho
authored andcommitted
monitor-components: filter releases
We're not acting on newlib releases, openssl alphas, perl release candidates or non-stable perl releases. There's no need to open issues about them. Signed-off-by: Matthias Aßhauer <[email protected]>
1 parent 15076fc commit e917c91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/monitor-components.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
feed: https://github.com/jonas/tig/tags.atom
3131
- label: cygwin
3232
feed: https://github.com/cygwin/cygwin/releases.atom
33+
titleFilter: newlib
3334
- label: msys2-runtime-package
3435
feed: https://github.com/msys2/MSYS2-packages/commits/master/msys2-runtime.atom
3536
- label: msys2-runtime
@@ -39,6 +40,7 @@ jobs:
3940
feed: https://github.com/openssh/openssh-portable/tags.atom
4041
- label: openssl
4142
feed: https://github.com/openssl/openssl/tags.atom
43+
titleFilter: alpha
4244
- label: gnutls
4345
feed: https://gnutls.org/news.atom
4446
- label: heimdal
@@ -60,6 +62,7 @@ jobs:
6062
aggregate: true
6163
- label: perl
6264
feed: https://github.com/Perl/perl5/tags.atom
65+
titleFilter: (5\.[0-9]+[13579])|(RC)
6366
fail-fast: false
6467
steps:
6568
- uses: guilhem/rss-issues-action@cadba1e05ad93613180979261b7e05cee1a9b282
@@ -71,3 +74,4 @@ jobs:
7174
characterLimit: ${{ env.CHARACTER_LIMIT }}
7275
lastTime: ${{ env.LAST_TIME }}
7376
aggregate: ${{matrix.component.aggregate}}
77+
titleFilter: ${{matrix.component.titleFilter}}

0 commit comments

Comments
 (0)