Skip to content

Commit

Permalink
Add workflow to test bundle bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Jan 11, 2025
1 parent 9816f9b commit ed4b554
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/bump-bundles.yml
Original file line number Diff line number Diff line change
@@ -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 <[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 }}

0 comments on commit ed4b554

Please sign in to comment.