From ba992e293a4eb747976dbd695a234f87959e7640 Mon Sep 17 00:00:00 2001 From: openshift-pipelines-bot Date: Fri, 13 Dec 2024 12:58:23 +0000 Subject: [PATCH] [bot] update konflux configuration --- .github/workflows/update-sources.main.yaml | 2 +- .github/workflows/update-sources.next.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-sources.main.yaml b/.github/workflows/update-sources.main.yaml index 8e1797af6..8dc148d4e 100644 --- a/.github/workflows/update-sources.main.yaml +++ b/.github/workflows/update-sources.main.yaml @@ -68,7 +68,7 @@ jobs: gh pr create -B main -H actions/update/sources-main --label=automated --label=upstream --fill else echo "a PR already exists, editing..." - gh pr edit --title "[bot] Update main from tektoncd/hub to ${NEW_COMMIT}" --body "$(cat /tmp/diff.txt | sed 's/^/ /')" + gh pr edit --title "[bot] Update main from tektoncd/hub to ${NEW_COMMIT}" --body "$(cat /tmp/diff.txt | sed 's/^/ /' | head -c 55555)" fi env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/update-sources.next.yaml b/.github/workflows/update-sources.next.yaml index 5ceffaf16..e5f1bc49d 100644 --- a/.github/workflows/update-sources.next.yaml +++ b/.github/workflows/update-sources.next.yaml @@ -68,7 +68,7 @@ jobs: gh pr create -B next -H actions/update/sources-next --label=automated --label=upstream --fill else echo "a PR already exists, editing..." - gh pr edit --title "[bot] Update next from tektoncd/hub to ${NEW_COMMIT}" --body "$(cat /tmp/diff.txt | sed 's/^/ /')" + gh pr edit --title "[bot] Update next from tektoncd/hub to ${NEW_COMMIT}" --body "$(cat /tmp/diff.txt | sed 's/^/ /' | head -c 55555)" fi env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}