mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-08 22:21:45 +00:00
parent
1af59b3fc8
commit
b764f0c0f2
3 changed files with 29 additions and 0 deletions
11
graph.fabro
Normal file
11
graph.fabro
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
digraph GhTriage {
|
||||
graph [goal="Check open PRs and issues using the gh CLI and produce a triage summary"]
|
||||
rankdir=LR
|
||||
|
||||
start [shape=Mdiamond, label="Start"]
|
||||
exit [shape=Msquare, label="Exit"]
|
||||
|
||||
triage [label="Triage", prompt="Use the gh CLI to check the current repo for open pull requests and issues. Run these commands:\n\n1. gh pr list --state open --limit 20\n2. gh issue list --state open --limit 20\n\nThen produce a triage summary that includes:\n- Total count of open PRs and issues\n- For each PR: number, title, author, age, review status\n- For each issue: number, title, labels, age\n- Any PRs that look stale (older than 7 days with no review activity)\n- Any issues that are unassigned or unlabeled"]
|
||||
|
||||
start -> triage -> exit
|
||||
}
|
||||
13
manifest.json
Normal file
13
manifest.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"run_id": "01KM6N16D0BZQSM1W02XVPTKS9",
|
||||
"workflow_name": "GhTriage",
|
||||
"goal": "Check open PRs and issues using the gh CLI and produce a triage summary",
|
||||
"start_time": "2026-03-20T22:14:46.532782Z",
|
||||
"node_count": 3,
|
||||
"edge_count": 2,
|
||||
"run_branch": "fabro/run/01KM6N16D0BZQSM1W02XVPTKS9",
|
||||
"base_sha": "09809ad51c9552da09282788379c8f8b373c0e1b",
|
||||
"base_branch": "main",
|
||||
"workflow_slug": "gh-triage",
|
||||
"host_repo_path": "/Users/bhelmkamp/p/fabro-sh/fabro"
|
||||
}
|
||||
5
sandbox.json
Normal file
5
sandbox.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"provider": "daytona",
|
||||
"working_directory": "/home/daytona/workspace",
|
||||
"identifier": "fabro-01KM6N16D0BZQSM1W02XVPTKS9"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue