Add PR title to automated review (#3917)

* Add PR title to automated review

* No emojis
This commit is contained in:
Julio Castillo
2026-04-27 21:23:41 +02:00
committed by GitHub
parent 74d5cd633a
commit ff6bacf297
3 changed files with 17 additions and 1 deletions

View File

@@ -92,6 +92,8 @@ jobs:
VERTEX_PROJECT: ${{ vars.REVIEWS_VERTEX_PROJECT }}
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
PR_TITLE: ${{ github.event.pull_request.title }}
PR_NUMBER: ${{ github.event.pull_request.number }}
run: |
python3 tools/pr_review.py \
--project "$VERTEX_PROJECT" \