Skip to content

Commit

Permalink
Add workflow to automatically bump manifest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Sep 2, 2024
1 parent 7d87cd1 commit 3a42e94
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 61 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/bump_bundles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Update Bundle Dependencies Version Range
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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 <eclipse-releng-bot@eclipse.org>
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/p2
secrets:
token: ${{ secrets.PR_PAT }}

21 changes: 0 additions & 21 deletions .github/workflows/ci.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/codeql.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/unit-tests.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/workflows/updateRelease.yml

This file was deleted.

0 comments on commit 3a42e94

Please sign in to comment.