File tree Expand file tree Collapse file tree 2 files changed +189
-155
lines changed
workflows/bugfix/.claude/skills/pr Expand file tree Collapse file tree 2 files changed +189
-155
lines changed Original file line number Diff line number Diff line change @@ -318,6 +318,20 @@ Use the "Custom Workflow" feature to test without merging to main:
3183183 . Enter the repo URL, your branch name, and path
3193194 . Test the workflow end-to-end
320320
321+ ### Custom Workflow Fields
322+
323+ When loading a custom workflow in ACP, you need three fields:
324+
325+ | Field | Value |
326+ | -------| -------|
327+ | ** URL** | The fork's git URL (e.g., ` https://github.com/YOUR-USERNAME/workflows.git ` ) |
328+ | ** Branch** | The branch with your changes (e.g., ` feature/my-changes ` ) |
329+ | ** Path** | The workflow directory relative to the repo root (e.g., ` workflows/bugfix ` ) |
330+
331+ ** After creating a PR for a workflow change, always report these three fields
332+ to the user** so they can immediately test the changes without having to look
333+ them up.
334+
321335---
322336
323337## Submitting Pull Requests
You can’t perform that action at this time.
0 commit comments