diff --git a/.github/workflows/ai_pr_title_review.yml b/.github/workflows/ai_pr_title_review.yml index 9852ec43a..7717f4562 100644 --- a/.github/workflows/ai_pr_title_review.yml +++ b/.github/workflows/ai_pr_title_review.yml @@ -67,7 +67,6 @@ jobs: run: | git fetch origin ${{ github.base_ref }} git diff origin/${{ github.base_ref }}...HEAD > pr.diff - # Limit diff to 10,000 characters and remove non-printable characters echo "diff<> $GITHUB_OUTPUT cat pr.diff >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT