Merge pull request #40 from laeubi/bumpbundles #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | |
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 }} |