Skip to content

Commit b2ef55a

Browse files
committed
Merge pull request #3008 from rimrul/filter-feeds
monitor-components: avoid opening unnescessary issues
2 parents 5be228d + 9ab13ab commit b2ef55a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/monitor-components.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ 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
3637
feed: https://github.com/msys2/msys2-runtime/commits/HEAD.atom
38+
aggregate: true
3739
- label: openssh
3840
feed: https://github.com/openssh/openssh-portable/tags.atom
3941
- label: openssl
4042
feed: https://github.com/openssl/openssl/tags.atom
43+
titleFilter: alpha
4144
- label: gnutls
4245
feed: https://gnutls.org/news.atom
4346
- label: heimdal
@@ -56,15 +59,19 @@ jobs:
5659
feed: https://sourceforge.net/projects/p7zip/rss?path=/p7zip
5760
- label: bash
5861
feed: https://git.savannah.gnu.org/cgit/bash.git/atom/?h=master
62+
aggregate: true
5963
- label: perl
6064
feed: https://github.com/Perl/perl5/tags.atom
65+
titleFilter: (5\.[0-9]+[13579])|(RC)
6166
fail-fast: false
6267
steps:
63-
- uses: guilhem/rss-issues-action@e910ad1171d9b3ca3e55c3c08862aae06ce35697
68+
- uses: guilhem/rss-issues-action@cadba1e05ad93613180979261b7e05cee1a9b282
6469
with:
6570
feed: ${{matrix.component.feed}}
6671
prefix: "[New ${{matrix.component.label}} version]"
6772
labels: component-update
6873
repo-token: ${{ secrets.GITHUB_TOKEN }}
6974
characterLimit: ${{ env.CHARACTER_LIMIT }}
7075
lastTime: ${{ env.LAST_TIME }}
76+
aggregate: ${{matrix.component.aggregate}}
77+
titleFilter: ${{matrix.component.titleFilter}}

0 commit comments

Comments
 (0)