Skip to content

Commit 2d3bcdd

Browse files
authored
monitor-components: skip curl prereleases (git-for-windows#5629)
curl recently started releasing rc versions, but we don't want to act on them, so there is no need to open issues about every rc version.
2 parents 92f4ffb + c269865 commit 2d3bcdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/monitor-components.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
feed: https://github.com/petervanderdoes/gitflow-avh/tags.atom
6060
- label: curl
6161
feed: https://github.com/curl/curl/tags.atom
62+
title-pattern: ^(?!rc-)
6263
- label: libgpg-error
6364
feed: https://github.com/gpg/libgpg-error/releases.atom
6465
title-pattern: ^libgpg-error-[0-9\.]*$

0 commit comments

Comments
 (0)