diff --git a/.github/workflows/bump-bundles.yml b/.github/workflows/bump-bundles.yml new file mode 100644 index 0000000000..d7a73f5c0a --- /dev/null +++ b/.github/workflows/bump-bundles.yml @@ -0,0 +1,21 @@ +name: Update Bundle Dependencies Version Range +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true +on: + push: + branches: [ master ] + workflow_dispatch: +# schedule: +# - cron: '0 0 * * *' + +jobs: + update-manifest: + uses: laeubi/eclipse.platform.releng.aggregator/.github/workflows/updateBundles.yml@shared_update_bundles + with: + author: Eclipse Releng Bot + 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 + secrets: + token: ${{ secrets.PR_PAT }} \ No newline at end of file