From cdb90ce3211f19887bb83331ffca296da32b63b7 Mon Sep 17 00:00:00 2001 From: Leonardo Di Giovanna Date: Fri, 17 Oct 2025 12:09:08 +0200 Subject: [PATCH] feat: add `filter` input to match only interesting releases The new `filter` input accepts a regex and exclude all releases not matching it. Signed-off-by: Leonardo Di Giovanna --- README.md | 1 + action.yaml | 4 ++++ entrypoint.py | 9 +++++++++ 3 files changed, 14 insertions(+) diff --git a/README.md b/README.md index b73000e..2fa4056 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Name | Description | Example repository | The Github owner/repository | `nodejs/node` type | The release type (prerelease | stable | latest | nodraft) | `stable` token | Github auth token (default variable for each action session) | `${{ secrets.GITHUB_TOKEN }}` +filter | A regex, filtering out releases that do not match | `^.*(?