Skip to content

Commit c38c81a

Browse files
committed
docs: update copy about gh triggers
1 parent 87b0a77 commit c38c81a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/mission-control/integrations/github.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,16 @@ When creating a workflow with a GitHub trigger, you can choose from the followin
5757
| **PR Review Comment** | Triggers when a review comment is added to a pull request |
5858
| **Check Failed** | Triggers when a CI check suite fails |
5959

60-
<Info>
61-
**PR Review Comment** triggers provide context about the comment including the file path, comment body, and author. **Check Failed** triggers include the names of failed checks and a link to the check details.
62-
</Info>
60+
A task kicked off by a trigger receives a summary of the event, which is appended to the Agent's prompt.
61+
62+
For example, an agent triggered by an `Issue Opened` trigger would see:
63+
64+
```
65+
Issue #123 was opened: Login page crashes on mobile devices
66+
Issue URL: https://github.com/acme/webapp/issues/123
67+
```
68+
69+
You can see the full initial prompt for a specific task in its logs.
6370

6471
---
6572

0 commit comments

Comments
 (0)