This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch v4 in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/v4 by this push: new 3cb0bae Pull Request Automation - dump GitHub context 3cb0bae is described below commit 3cb0baecf2370ff5f4d79f0af953bc983bfa5137 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Wed Dec 25 14:57:18 2024 +0100 Pull Request Automation - dump GitHub context can be useful for diagnostics --- .github/workflows/pr-automation.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 6fa030f..da21c5c 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -60,6 +60,11 @@ jobs: approved: ${{ steps.review-decision.outputs.result }} steps: + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + run: echo "$GITHUB_CONTEXT" + - name: Get Review decision id: review-decision uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7