@@ -324,16 +324,17 @@ Playwright tests live in `tests/playwright/core-functionality.spec.ts`; baseline
324324
325325You can interact with the project's automation workflows by using the following commands in pull request or issue comments.
326326
327- | Command | Description | Example |
328- | ------------------- | -------------------------------------------------------------------------------------------- | -------------------- |
329- | ` @pr-squash ` | Squashes all commits in a pull request into a single commit. | ` @pr-squash ` |
330- | ` @pr-squash-rebase ` | Squashes all commits and rebases the pull request on top of the base branch. | ` @pr-squash-rebase ` |
331- | ` @create-review-issues ` | Creates follow-up issues based on the content of a pull request review. | ` @create-review-issues ` |
332- | ` @gemini-bot ` | Invokes the Gemini AI to perform tasks like code review or code generation. | ` @gemini-bot ` |
333- | ` @gemini-triage ` | Invokes the Gemini AI to perform issue triage (labels, priority, etc.). | ` @gemini-triage ` |
334- | ` @gemini-coder <task> ` | Invokes the Gemini AI to generate code based on the task description. | ` @gemini-coder add unit test ` |
335- | ` @jules fix ` | (Legacy) Invokes the Jules AI to perform a code review. | ` @jules fix ` |
336- | ` @gemini-update-pr ` | Triggers a workflow to update the pull request with the latest changes from the base. | ` @gemini-update-pr ` |
327+ | Command | Description | Example |
328+ | ----------------------- | ------------------------------------------------------------------------------------- | ----------------------------- |
329+ | ` @pr-squash ` | Squashes all commits in a pull request into a single commit. | ` @pr-squash ` |
330+ | ` @pr-squash-rebase ` | Squashes all commits and rebases the pull request on top of the base branch. | ` @pr-squash-rebase ` |
331+ | ` @create-review-issues ` | Creates follow-up issues based on the content of a pull request review. | ` @create-review-issues ` |
332+ | ` @gemini-bot ` | Invokes the Gemini AI to perform tasks like code review or code generation. | ` @gemini-bot ` |
333+ | ` @gemini-triage ` | Invokes the Gemini AI to perform issue triage (labels, priority, etc.). | ` @gemini-triage ` |
334+ | ` @gemini-coder <task> ` | Invokes the Gemini AI to generate code based on the task description. | ` @gemini-coder add unit test ` |
335+ | ` @jules-new ` | Initializes a Jules coding session for the pull request. | ` @jules-new ` |
336+ | ` @jules-delete ` | Terminates the active Jules coding session. | ` @jules-delete ` |
337+ | ` @gemini-update-pr ` | Triggers a workflow to update the pull request with the latest changes from the base. | ` @gemini-update-pr ` |
337338
338339For more details on manual triggers and CLI commands, see the [ Manual Trigger Reference] ( docs/workflows/MANUAL_TRIGGERS.md ) .
339340
0 commit comments