Skip to content

Commit

Permalink
[TEMP] Use own version of new workflows and add parent-pom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Sep 24, 2024
1 parent 97bed29 commit 7473af2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
check-merge-commits:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master
check-versions:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@master
uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/checkVersions.yml@master
with:
botName: Eclipse PDE Bot
botMail: [email protected]
6 changes: 3 additions & 3 deletions .github/workflows/version-increments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

jobs:
publish-version-check-results:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/publishVersionCheckResults.yml@master
uses: HannesWell/eclipse.platform.releng.aggregator/.github/workflows/publishVersionCheckResults.yml@master
with:
botGithubId: eclipse-pde-bot
botGithubId: HannesWell
secrets:
githubBotPAT: ${{ secrets.PDE_BOT_PAT }}
githubBotPAT: ${{ secrets.HANNESWELL_PAT }}

0 comments on commit 7473af2

Please sign in to comment.