From d1e509f907ffe9d5d9c923b604858687e5504482 Mon Sep 17 00:00:00 2001 From: Max Thonagel <12283268+thoniTUB@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:42:06 +0200 Subject: [PATCH] sets explicit PR body so gh cli does not try to generate git log from shallow checkout --- .github/workflows/reintegrate-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reintegrate-master.yml b/.github/workflows/reintegrate-master.yml index 2c26634e09..d8891048a7 100644 --- a/.github/workflows/reintegrate-master.yml +++ b/.github/workflows/reintegrate-master.yml @@ -34,8 +34,8 @@ jobs: -r awildturtok,thoniTUB -B develop --title "Reintegrate Main" + --body "Merge main branch back into develop branch" --head $REINTEGRATE_BRANCH_NAME - --fill env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Modify pull request