We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea10b1 commit b080bb4Copy full SHA for b080bb4
.github/workflows/versionbumps.yml
@@ -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