Trigger on Specific PRs
Configure which PRs Greptile should review
By default, Greptile reviews every new PR when it is first opened or when a user comments @greptileai
on the PR. It can also be configured to review PRs on certain triggers.
Filters
You can configure Greptile to only review PRs that match certain filters. The filters can be configured in the dashboard, or in your greptile.json
file.
Filter By | Description |
---|---|
labels | Include or exclude PRs with specific labels |
branches | Include or exclude PRs to or from specific branches |
author | Include or exclude PRs based on PR author |
keywords | Include or exclude PRs containing a specific keyword in the title, description,or last commit message |
Trigger Manually
You can trigger Greptile to review a PR manually by commenting @greptileai
on the PR.
GitHub does not allow users to tag bots, so as you comment @greptileai
it may not show you the bot in the dropdown suggestions..
Was this page helpful?