We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b312fa4 + 75f0e21 commit 5b320b3Copy full SHA for 5b320b3
.github/workflows/monitor-components.yml
@@ -51,6 +51,12 @@ jobs:
51
feed: https://github.com/petervanderdoes/gitflow-avh/tags.atom
52
- label: curl
53
feed: https://github.com/curl/curl/tags.atom
54
+ - label: libgpg-error
55
+ feed: https://github.com/gpg/libgpg-error/releases.atom
56
+ title-pattern: ^libgpg-error-[0-9\.]*$
57
+ - label: libgcrypt
58
+ feed: https://github.com/gpg/libgcrypt/releases.atom
59
+ title-pattern: ^libgcrypt-[0-9\.]*$
60
- label: gpg
61
feed: https://github.com/gpg/gnupg/releases.atom
62
- label: mintty
0 commit comments