You've already forked addon-netbird
mirror of
https://github.com/netbirdio/addon-netbird.git
synced 2026-05-22 17:08:59 -07:00
Update .github/workflows/update-changelog.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user