11
11
workflow_dispatch :
12
12
13
13
env :
14
- CHARACTER_LIMIT : " 5000"
15
- LAST_TIME : " 48h"
14
+ CHARACTER_LIMIT : 5000
15
+ MAX_AGE : 48h
16
16
17
17
jobs :
18
18
job :
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
+ title-pattern : ^(?!.* newlib)
34
34
- label : msys2-runtime-package
35
35
feed : https://github.com/msys2/MSYS2-packages/commits/master/msys2-runtime.atom
36
36
- label : msys2-runtime
40
40
feed : https://github.com/openssh/openssh-portable/tags.atom
41
41
- label : openssl
42
42
feed : https://github.com/openssl/openssl/tags.atom
43
- titleFilter : alpha
43
+ title-pattern : ^(?!.* alpha)
44
44
- label : gnutls
45
45
feed : https://gnutls.org/news.atom
46
46
- label : heimdal
@@ -62,16 +62,16 @@ jobs:
62
62
aggregate : true
63
63
- label : perl
64
64
feed : https://github.com/Perl/perl5/tags.atom
65
- titleFilter : ( 5\.[0-9]+[13579])|(RC )
65
+ title-pattern : ^(?!.*( 5\.[0-9]+[13579]|RC) )
66
66
fail-fast : false
67
67
steps :
68
- - uses : guilhem /rss-issues-action@cadba1e05ad93613180979261b7e05cee1a9b282
68
+ - uses : git-for-windows /rss-to-issues@v0
69
69
with :
70
70
feed : ${{matrix.component.feed}}
71
71
prefix : " [New ${{matrix.component.label}} version]"
72
72
labels : component-update
73
- repo -token : ${{ secrets.GITHUB_TOKEN }}
74
- characterLimit : ${{ env.CHARACTER_LIMIT }}
75
- lastTime : ${{ env.LAST_TIME }}
73
+ github -token : ${{ secrets.GITHUB_TOKEN }}
74
+ character-limit : ${{ env.CHARACTER_LIMIT }}
75
+ max-age : ${{ env.MAX_AGE }}
76
76
aggregate : ${{matrix.component.aggregate}}
77
- titleFilter : ${{matrix.component.titleFilter }}
77
+ title-pattern : ${{matrix.component.title-pattern }}
0 commit comments