File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,17 @@ jobs:
30
30
feed : https://github.com/jonas/tig/tags.atom
31
31
- label : cygwin
32
32
feed : https://github.com/cygwin/cygwin/releases.atom
33
+ titleFilter : newlib
33
34
- label : msys2-runtime-package
34
35
feed : https://github.com/msys2/MSYS2-packages/commits/master/msys2-runtime.atom
35
36
- label : msys2-runtime
36
37
feed : https://github.com/msys2/msys2-runtime/commits/HEAD.atom
38
+ aggregate : true
37
39
- label : openssh
38
40
feed : https://github.com/openssh/openssh-portable/tags.atom
39
41
- label : openssl
40
42
feed : https://github.com/openssl/openssl/tags.atom
43
+ titleFilter : alpha
41
44
- label : gnutls
42
45
feed : https://gnutls.org/news.atom
43
46
- label : heimdal
@@ -56,15 +59,19 @@ jobs:
56
59
feed : https://sourceforge.net/projects/p7zip/rss?path=/p7zip
57
60
- label : bash
58
61
feed : https://git.savannah.gnu.org/cgit/bash.git/atom/?h=master
62
+ aggregate : true
59
63
- label : perl
60
64
feed : https://github.com/Perl/perl5/tags.atom
65
+ titleFilter : (5\.[0-9]+[13579])|(RC)
61
66
fail-fast : false
62
67
steps :
63
- - uses : guilhem/rss-issues-action@e910ad1171d9b3ca3e55c3c08862aae06ce35697
68
+ - uses : guilhem/rss-issues-action@cadba1e05ad93613180979261b7e05cee1a9b282
64
69
with :
65
70
feed : ${{matrix.component.feed}}
66
71
prefix : " [New ${{matrix.component.label}} version]"
67
72
labels : component-update
68
73
repo-token : ${{ secrets.GITHUB_TOKEN }}
69
74
characterLimit : ${{ env.CHARACTER_LIMIT }}
70
75
lastTime : ${{ env.LAST_TIME }}
76
+ aggregate : ${{matrix.component.aggregate}}
77
+ titleFilter : ${{matrix.component.titleFilter}}
You can’t perform that action at this time.
0 commit comments