Integrate Palmier with GitHub to trigger runs, get auto PR summaries, reviews, and set up automations
palmierbot
in comments on issues or pull requests. The bot will automatically create a run and link it back to the GitHub issue or pull request for easy tracking.
palmierbot
followed by your task description:
--agent
flag:
--agent
flag.palmierbot
mention on any GitHub issue or pull requestTrigger | Description | Actions | Additional Parameters |
---|---|---|---|
Pull Request | Triggers when a pull request changes status | opened , synchronize (displayed as “updated”), merged | None |
Issue | Triggers when issues are opened, closed, or labeled | opened , closed , labeled | label : Filter by specific label name |
Workflow Run | Triggers when GitHub Actions workflows complete | completed | workflow_run.conclusion : success /failure /cancelled - Filter by workflow result |
opened
Use Case: Automatically review newly opened pull requestslabeled
Condition: label
= bug
Use Case: Automatically assign bug reports to specific agentscompleted
Condition: workflow_run.conclusion
= failure
Use Case: Automatically investigate failed buildsmerged
Use Case: Automatically update documentation or run post-merge tasksmerged
Additional Repositories: company/docs
, company/api-specs
Use Case: Update documentation and API specifications when code changes are merged