You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`pull_number`| The number of the pull request being reviewed | Yes |`${{ github.event.pull_request.number }}`|
81
-
|`repo_name`| The full name (owner/repo) of the repository | Yes |`${{ github.repository }}`|
82
-
|`custom_guidelines`| Custom guidelines to include in PR reviews | No | See [Custom Guidelines](#custom-guidelines) section |
83
-
|`model`| Optional model name to use; passed directly to augment agent | No | e.g. `sonnet4`, from `auggie --list-models`|
84
-
|`rules`| JSON array of rule file paths forwarded to augment agent as repeated `--rules` flags | No |`'[".augment/rules.md"]'`|
85
-
|`mcp_configs`| JSON array of MCP config file paths forwarded as repeated `--mcp-config` flags | No |`'[".augment/mcp.json"]'`|
86
-
|`fetch_depth`| Number of commits to fetch. Use `0` for full history (default), `1` for shallow clone, or any positive integer for specific depth | No |`1` (shallow), `50` (last 50 commits), `0` (full) |
|`pull_number`| The number of the pull request being reviewed | Yes |`${{ github.event.pull_request.number }}`|
81
+
|`repo_name`| The full name (owner/repo) of the repository | Yes |`${{ github.repository }}`|
82
+
|`custom_guidelines`| Custom guidelines to include in PR reviews | No | See [Custom Guidelines](#custom-guidelines) section |
83
+
|`model`| Optional model name to use; passed directly to augment agent | No | e.g. `sonnet4`, from `auggie --list-models`|
84
+
|`rules`| JSON array of rule file paths forwarded to augment agent as repeated `--rules` flags | No |`'[".augment/rules.md"]'`|
85
+
|`mcp_configs`| JSON array of MCP config file paths forwarded as repeated `--mcp-config` flags | No |`'[".augment/mcp.json"]'`|
86
+
|`fetch_depth`| Number of commits to fetch. Use `0` for full history (default), `1` for shallow clone, or any positive integer for specific depth | No |`1` (shallow), `50` (last 50 commits), `0` (full) |
0 commit comments