Skip to content

Commit 9b91fff

Browse files
authored
ci: Change update-a2a-types.yml to use Commit Message for PR Title (#141)
- Followup to a2aproject/A2A#692
1 parent a1025f4 commit 9b91fff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-a2a-types.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
token: ${{ secrets.A2A_BOT_PAT }}
6969
committer: "a2a-bot <[email protected]>"
7070
author: "a2a-bot <[email protected]>"
71-
commit-message: "chore: 🤖Auto-update A2A types from google-a2a/A2A@${{ github.event.client_payload.sha }}"
72-
title: "chore: 🤖 Auto-update A2A types from google-a2a/A2A"
71+
commit-message: "${{github.event.client_payload.message}} 🤖"
72+
title: "${{github.event.client_payload.message}} 🤖"
7373
body: |
7474
This PR updates `src/a2a/types.py` based on the latest `specification/json/a2a.json` from [google-a2a/A2A](https://github.com/google-a2a/A2A/commit/${{ github.event.client_payload.sha }}).
7575
branch: "auto-update-a2a-types-${{ github.event.client_payload.sha }}"

0 commit comments

Comments
 (0)