From 0668007e5e5bea129e3180bad874005fda0569c9 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sun, 15 Sep 2024 17:37:05 +0200 Subject: [PATCH] [TEMP] Use own version of new workflows and add parent-pom changes --- .github/workflows/pr-checks.yml | 18 +++++++++++++++++- .github/workflows/version-increments.yml | 6 +++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 911ed6042c..50fd987158 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -15,7 +15,23 @@ 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: pde-bot@eclipse.org + dump-contexts: + runs-on: ubuntu-latest + steps: + - name: Dump GitHub context + id: github_context_step + run: echo '${{ toJSON(github) }}' + - name: Dump job context + run: echo '${{ toJSON(job) }}' + - name: Dump steps context + run: echo '${{ toJSON(steps) }}' + - name: Dump runner context + run: echo '${{ toJSON(runner) }}' + - name: Dump strategy context + run: echo '${{ toJSON(strategy) }}' + - name: Dump matrix context + run: echo '${{ toJSON(matrix) }}' \ No newline at end of file diff --git a/.github/workflows/version-increments.yml b/.github/workflows/version-increments.yml index 1052fe62e6..1d4a77f464 100644 --- a/.github/workflows/version-increments.yml +++ b/.github/workflows/version-increments.yml @@ -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 }}