|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
{
|
|
|
"$schema": "https://json-schema.org/draft-07/schema#",
|
|
"$schema": "https://json-schema.org/draft-07/schema#",
|
|
|
- "description": "Command configuration for webhook events. Available variables: {{repo}}, {{full_repo}}, {{repo_owner}}, {{branch}}, {{pusher}}, {{event}}, {{commit}}, {{commit_msg}}, {{pr_number}}, {{pr_action}}, {{tag}}, {{ref_type}}, {{issue_number}}, {{issue_title}}, {{issue_action}}, {{issue_body}}, {{issue_assignee}}, {{comment_body}}",
|
|
|
|
|
|
|
+ "description": "Command configuration for webhook events. Available variables: {{repo}}, {{full_repo}}, {{repo_owner}}, {{branch}}, {{pusher}}, {{event}}, {{commit}}, {{commit_msg}}, {{pr_number}}, {{pr_action}}, {{tag}}, {{ref_type}}, {{issue_number}}, {{issue_title}}, {{issue_action}}, {{issue_body}}, {{issue_assignee}}, {{issue_labels}}, {{comment_body}}",
|
|
|
"commands": {
|
|
"commands": {
|
|
|
"push": [],
|
|
"push": [],
|
|
|
"pull_request": [],
|
|
"pull_request": [],
|
|
@@ -13,7 +13,7 @@
|
|
|
"description": "Automatically handle issues assigned to Claude with Claude Agent SDK TypeScript client",
|
|
"description": "Automatically handle issues assigned to Claude with Claude Agent SDK TypeScript client",
|
|
|
"type": "node",
|
|
"type": "node",
|
|
|
"command": "${AGENT_MANAGER_PATH}/client/dist/index.js",
|
|
"command": "${AGENT_MANAGER_PATH}/client/dist/index.js",
|
|
|
- "args": ["{{repo_owner}}", "{{repo}}", "{{pusher}}", "{{issue_number}}", "{{issue_title}}", "{{issue_body}}", "{{issue_action}}", "", "{{issue_assignee}}"],
|
|
|
|
|
|
|
+ "args": ["{{repo_owner}}", "{{repo}}", "{{pusher}}", "{{issue_number}}", "{{issue_title}}", "{{issue_body}}", "{{issue_action}}", "", "{{issue_assignee}}", "{{issue_labels}}"],
|
|
|
"cwd": "/home/claude",
|
|
"cwd": "/home/claude",
|
|
|
"timeout": 600000,
|
|
"timeout": 600000,
|
|
|
"filterBranch": null,
|
|
"filterBranch": null,
|
|
@@ -27,7 +27,7 @@
|
|
|
"description": "Automatically handle issue comments for issues assigned to Claude with Claude Agent SDK TypeScript client",
|
|
"description": "Automatically handle issue comments for issues assigned to Claude with Claude Agent SDK TypeScript client",
|
|
|
"type": "node",
|
|
"type": "node",
|
|
|
"command": "${AGENT_MANAGER_PATH}/client/dist/index.js",
|
|
"command": "${AGENT_MANAGER_PATH}/client/dist/index.js",
|
|
|
- "args": ["{{repo_owner}}", "{{repo}}", "{{pusher}}", "{{issue_number}}", "{{issue_title}}", "{{issue_body}}", "{{issue_action}}", "{{comment_body}}", "{{issue_assignee}}"],
|
|
|
|
|
|
|
+ "args": ["{{repo_owner}}", "{{repo}}", "{{pusher}}", "{{issue_number}}", "{{issue_title}}", "{{issue_body}}", "{{issue_action}}", "{{comment_body}}", "{{issue_assignee}}", "{{issue_labels}}"],
|
|
|
"cwd": "/home/claude",
|
|
"cwd": "/home/claude",
|
|
|
"timeout": 600000,
|
|
"timeout": 600000,
|
|
|
"filterBranch": null,
|
|
"filterBranch": null,
|