This is an automated email from the ASF dual-hosted git repository.
davidarthur pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kafka-merge-queue-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new ae329f2 see if we can ammend commits in the merge group
ae329f2 is described below
commit ae329f24700bafba70701417604dee0237798844
Author: David Arthur <[email protected]>
AuthorDate: Tue Mar 18 14:56:49 2025 -0400
see if we can ammend commits in the merge group
---
.github/workflows/merge.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index 8901d21..aea3927 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -31,6 +31,18 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
+ - name: Git Info
+ env:
+ BASE_SHA: ${{ github.merge_group.base_sha }}
+ run: |
+ echo "Status"
+ git status
+ echo "Show"
+ git show
+ echo "Log"
+ git log $BASE_SHA..HEAD
+ echo "Amend"
+ git commit --amend --trailer "Reviewer: David Arthur <mumrah@gmail>"
- name: Setup Python
uses: ./.github/actions/setup-python
- name: Setup Gradle