Skip to content

Commit c4652c4

Browse files
committed
Change commit message
1 parent 582dd5d commit c4652c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ jobs:
8080
token: ${{ secrets.A2A_BOT_PAT }}
8181
committer: "a2a-bot <[email protected]>"
8282
author: "a2a-bot <[email protected]>"
83-
commit-message: "chore: Update A2A types from specification 🤖"
84-
title: "chore: Update A2A types from specification 🤖"
83+
commit-message: "feat: Update A2A types from specification 🤖"
84+
title: "feat: Update A2A types from specification 🤖"
8585
body: |
8686
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 }}).
8787
branch: "auto-update-a2a-types-${{ github.event.client_payload.sha }}"
8888
base: main
8989
labels: |
9090
automated
9191
dependencies
92-
add-paths: |
92+
add-paths: |
9393
${{ steps.vars.outputs.GENERATED_FILE }}
9494
src/a2a/grpc/

0 commit comments

Comments
 (0)