Skip to content

Commit 1fecf0a

Browse files
authored
ci: Update add-paths for update-a2a-types (#178)
1 parent 6d91070 commit 1fecf0a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,15 @@ jobs:
8080
token: ${{ secrets.A2A_BOT_PAT }}
8181
committer: "a2a-bot <a2a-bot@google.com>"
8282
author: "a2a-bot <a2a-bot@google.com>"
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: ${{ steps.vars.outputs.GENERATED_FILE }}
92+
add-paths: |
93+
${{ steps.vars.outputs.GENERATED_FILE }}
94+
src/a2a/grpc/

0 commit comments

Comments
 (0)