From fddc2bedc20f760d91f86ab9e7f6b1e6f7ae071e Mon Sep 17 00:00:00 2001 From: Diego Juliao Date: Mon, 28 Oct 2024 16:05:45 -0500 Subject: [PATCH] docs: hello This is just another commit body --- .github/workflows/pr.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 865db1b1..f48465cd 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -26,12 +26,6 @@ jobs: - name: Get PR Title run: "echo 'PR Title: ${{ github.event.pull_request.title }}'" - - name: Get PR Body - run: 'echo "PR Body: ${{ github.event.pull_request.body }}"' - - - name: Fetch commits - run: git fetch origin ${{ github.event.pull_request.head.ref }} - - name: Get commit messages run: | git log --pretty=format:'%s' --abbrev-commit ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} > commits.txt