feat: add gitea agentic runtime control plane
This commit is contained in:
17
tests/fixtures/specs/valid_workflow.md
vendored
Normal file
17
tests/fixtures/specs/valid_workflow.md
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
name: issue-delivery
|
||||
provider: gitea
|
||||
on:
|
||||
issue_comment:
|
||||
commands: ["@devops-agent"]
|
||||
permissions:
|
||||
issues: write
|
||||
safe_outputs:
|
||||
add_comment:
|
||||
max: 2
|
||||
plan:
|
||||
required: true
|
||||
---
|
||||
# Issue Delivery
|
||||
|
||||
Read the selected issue and post evidence.
|
||||
Reference in New Issue
Block a user