This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push: new 2ced489eb0 chore: commit changelog to branch 2ced489eb0 is described below commit 2ced489eb01c1b2ab46fc188078c1ac810b1d88f Author: Sebastian Rühl <sru...@apache.org> AuthorDate: Thu Aug 14 08:22:41 2025 +0200 chore: commit changelog to branch --- .github/workflows/changelog.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 110dd8d8f7..ebc8bca6be 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -20,6 +20,7 @@ name: 'Generate changelog' on: release: types: [created, edited] + workflow_dispatch: jobs: generate-changelog: @@ -33,3 +34,4 @@ jobs: ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}} TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements' PATH: 'CHANGELOG.md' + BRANCH: 'chore/changelog_update'