From b3f431e9765de5ae891c02301d35681445b0ab8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Sat, 11 Jan 2025 09:30:00 +0100 Subject: [PATCH] Update bump-bundles.yml Specify bundle folders --- .github/workflows/bump-bundles.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump-bundles.yml b/.github/workflows/bump-bundles.yml index d7a73f5c0a..4815965dba 100644 --- a/.github/workflows/bump-bundles.yml +++ b/.github/workflows/bump-bundles.yml @@ -17,5 +17,6 @@ jobs: maven-goals: -Dcompare-version-with-baselines.skip=false -Papi-check -Dtycho.bump-versions.increment=100 -Djgit.dirtyWorkingTree-platformDefault=warning clean verify push-to-fork: laeubi/pde bump-bundles: false + bundle-folders: 'ui/*/ ua/*/ ds/*/ build/*/ apitools/*/ e4tools/*/' secrets: - token: ${{ secrets.PR_PAT }} \ No newline at end of file + token: ${{ secrets.PR_PAT }}