Skip to content

Commit b080bb4

Browse files
committed
Add version bump workflow
1 parent 7ea10b1 commit b080bb4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/versionbumps.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Publish Version Check Results
2+
3+
on:
4+
workflow_run:
5+
workflows: [ 'Build M2Eclipse' ]
6+
types: [ completed ]
7+
8+
jobs:
9+
publish-version-check-results:
10+
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/publishVersionCheckResults.yml@master
11+
with:
12+
botGithubId: eclipse-m2e-bot
13+
secrets:
14+
githubBotPAT: ${{ secrets.M2E_BOT_PAT }}

0 commit comments

Comments
 (0)