From ad8eda34f5452c7aee9a71794de2f591b14e827f Mon Sep 17 00:00:00 2001 From: Levente Farkas Date: Mon, 26 Jan 2026 14:13:05 +0100 Subject: [PATCH] Update .github/workflows/update-changelog.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/update-changelog.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-changelog.yaml b/.github/workflows/update-changelog.yaml index e03fbc1..2ecc226 100644 --- a/.github/workflows/update-changelog.yaml +++ b/.github/workflows/update-changelog.yaml @@ -15,7 +15,10 @@ jobs: # Only run on Renovate PRs for NetBird updates if: | github.actor == 'renovate[bot]' && - contains(github.event.pull_request.title, 'netbirdio/netbird') + ( + contains(github.event.pull_request.title, 'netbirdio/netbird') || + contains(join(github.event.pull_request.labels.*.name, ','), 'netbird-update') + ) permissions: contents: write