Update .github/workflows/update-changelog.yaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Levente Farkas
2026-01-26 14:13:05 +01:00
committed by GitHub
parent a3f1540b22
commit ad8eda34f5
+4 -1
View File
@@ -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