Skip to content

Commit a979247

Browse files
committed
Remove types update
1 parent d780e7c commit a979247

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

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

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@ on:
44
repository_dispatch:
55
types: [a2a_json_update]
66
workflow_dispatch:
7-
pull_request:
8-
branches:
9-
- main
10-
paths:
11-
- "scripts/generate_types.sh"
12-
- "src/a2a/_base.py"
13-
types:
14-
- opened
15-
- synchronize
16-
- reopened
177

188
jobs:
199
generate_and_pr:
@@ -27,7 +17,7 @@ jobs:
2717
- name: Set up Python
2818
uses: actions/setup-python@v5
2919
with:
30-
python-version: '3.10'
20+
python-version: "3.10"
3121
- name: Install uv
3222
uses: astral-sh/setup-uv@v6
3323
- name: Configure uv shell
@@ -58,8 +48,8 @@ jobs:
5848
token: ${{ secrets.A2A_BOT_PAT }}
5949
committer: a2a-bot <a2a-bot@google.com>
6050
author: a2a-bot <a2a-bot@google.com>
61-
commit-message: 'feat: Update A2A types from specification 🤖'
62-
title: 'feat: Update A2A types from specification 🤖'
51+
commit-message: "feat: Update A2A types from specification 🤖"
52+
title: "feat: Update A2A types from specification 🤖"
6353
body: |
6454
This PR updates `src/a2a/types.py` based on the latest `specification/json/a2a.json` from [a2aproject/A2A](https://github.com/a2aproject/A2A/commit/${{ github.event.client_payload.sha }}).
6555
branch: auto-update-a2a-types-${{ github.event.client_payload.sha }}

0 commit comments

Comments
 (0)