feat: add gitea agentic runtime control plane
This commit is contained in:
12
tests/fixtures/gitea/comment_event.json
vendored
Normal file
12
tests/fixtures/gitea/comment_event.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"action": "created",
|
||||
"comment": {
|
||||
"body": "@devops-agent please process issue 48"
|
||||
},
|
||||
"issue": {
|
||||
"number": 48
|
||||
},
|
||||
"repository": {
|
||||
"full_name": "Fun_MD/devops-skills"
|
||||
}
|
||||
}
|
||||
6
tests/fixtures/gitea/issue.json
vendored
Normal file
6
tests/fixtures/gitea/issue.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"number": 48,
|
||||
"title": "Fix issue delivery flow",
|
||||
"body": "The agent should post evidence back to the issue.",
|
||||
"state": "open"
|
||||
}
|
||||
Reference in New Issue
Block a user