mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-03-27 10:05:50 +00:00
26 lines
413 B
JSON
26 lines
413 B
JSON
{
|
|
"action": "opened",
|
|
"pull_request": {
|
|
"id": 1,
|
|
"number": 1,
|
|
"title": "测试PR",
|
|
"head": {
|
|
"sha": "abcd1234abcd1234abcd1234abcd1234abcd1234"
|
|
},
|
|
"base": {
|
|
"repo": {
|
|
"owner": {
|
|
"login": "test-owner"
|
|
},
|
|
"name": "test-repo"
|
|
}
|
|
}
|
|
},
|
|
"repository": {
|
|
"owner": {
|
|
"login": "test-owner"
|
|
},
|
|
"name": "test-repo"
|
|
}
|
|
}
|