You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai-coder/github-to-tasks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Most software engineering organizations track and manage their codebase through
7
7
Coder Tasks provides a method for automating these repeatable workflows. With a Task, you can direct an agent like Claude Code to update your documentation or even diagnose and address a bug. By connecting GitHub to Coder Tasks, you can build out a GitHub workflow that will for example:
8
8
9
9
1. Trigger an automation to take a pre-existing issue
10
-
1. Automatically spin up a Coder Task with context from that issue and direct an agent to work on it
10
+
1. Automatically spin up a Coder Task withthecontext from that issue and direct an agent to work on it
11
11
1. Focus on other higher-priority needs, while the agent addresses the issue
12
12
1. Get notified that the issue has been addressed, and you can review the proposed solution