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 ebcf31a  checkout full repo
ebcf31a is described below

commit ebcf31a0c4b2224e20e1f4135f279c333295a483
Author: David Arthur <mum...@gmail.com>
AuthorDate: Wed Jul 3 10:11:22 2024 -0400

    checkout full repo
---
 .github/workflows/pull-request.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pull-request.yml 
b/.github/workflows/pull-request.yml
index 0b74a70..7463047 100644
--- a/.github/workflows/pull-request.yml
+++ b/.github/workflows/pull-request.yml
@@ -9,6 +9,8 @@ jobs:
     steps:
     - name: Checkout code
       uses: actions/checkout@v3
+      with:
+        fetch-depth: 0
     - name: Display info
       run: | 
         pwd

Reply via email to