From c26986535c697df5f023014d296c3e699e9bb876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20A=C3=9Fhauer?= Date: Wed, 21 May 2025 17:58:01 +0200 Subject: [PATCH] fixup! Add a GitHub workflow to monitor component updates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. Signed-off-by: Matthias Aßhauer --- .github/workflows/monitor-components.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/monitor-components.yml b/.github/workflows/monitor-components.yml index fedc6add69a9e0..495425c0e53c2d 100644 --- a/.github/workflows/monitor-components.yml +++ b/.github/workflows/monitor-components.yml @@ -59,6 +59,7 @@ jobs: feed: https://github.com/petervanderdoes/gitflow-avh/tags.atom - label: curl feed: https://github.com/curl/curl/tags.atom + title-pattern: ^(?!rc-) - label: libgpg-error feed: https://github.com/gpg/libgpg-error/releases.atom title-pattern: ^libgpg-error-[0-9\.]*$