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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Each example includes a complete workflow file that you can copy to your `.githu
83
83
|`model`| Optional model to use for generation | No | e.g. `sonnet4`, from `auggie --list-models`|
84
84
|`rules`| JSON array of rules file paths forwarded to agent | No |`[".augment/rules.md"]`|
85
85
|`mcp_configs`| JSON array of MCP config paths forwarded to agent | No |`[".augment/mcp.md"]`|
86
-
|`fetch_depth`| Optional fetch depth for git checkout (default: 0) | No |`10` for shallow clones, `0` for full history |
86
+
|`fetch_depth`| Optional fetch depth for git checkout (default: 0) | No |`10` for shallow clones, `0` for full history |
87
87
88
88
## How It Works
89
89
@@ -102,7 +102,7 @@ For large repositories with long history, you can use the `fetch_depth` paramete
102
102
uses: augmentcode/describe-pr@v0
103
103
with:
104
104
# ... other inputs ...
105
-
fetch_depth: 50# Only fetch last 50 commits
105
+
fetch_depth: 50# Only fetch last 50 commits
106
106
```
107
107
108
108
This can significantly reduce checkout time for repositories with extensive history while still providing enough context for PR description generation.
0 commit comments