Skip to content

Commit 1f955b1

Browse files
committed
chore(skills): bound the parallel drain and size the review CI wait
1 parent 7367c4d commit 1f955b1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.tituskirch-skills.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"needsTriage": "needs triage"
9898
},
9999
"review": {
100-
"maxRounds": 3
100+
"maxRounds": 3,
101+
"timeout": 600
101102
},
102103
"priorityLabels": [
103104
"priority: urgent",
@@ -109,6 +110,7 @@
109110
"profiles": {
110111
"worktree": {
111112
"work": {
113+
"concurrency": 8,
112114
"branch": "worktree",
113115
"parallel": true,
114116
"queueBranch": true

0 commit comments

Comments
 (0)