Learn about Trigger Nodes, the starting points for workflows in Giselle. Configure Manual Triggers with parameters or use GitHub Triggers to initiate your AI workflow sequences.
giselles-ai
, liam-hq
).docs
, giselle
).giselle
).giselles-ai/giselle
), you need to specify which GitHub event will trigger the workflow./code-review
, /deep-research
) that must be present in the comment for the trigger to activate. This prevents the flow from running on every single comment./code-review
.giselles-ai/giselle
.giselles-ai/giselle
repository, this Giselle workflow will automatically start.giselles-ai/giselle
with Callsign /code-review
./code-review [enter your request...]
is posted on a pull request in giselles-ai/giselle
, this workflow will start. The subsequent nodes can then access information like the comment body, pull request number, the pull request’s diff content, etc.