We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3e911 commit d1d8845Copy full SHA for d1d8845
1 file changed
workflows/repo-assist.md
@@ -33,6 +33,10 @@ network:
33
- rust
34
- java
35
36
+checkout:
37
+ fetch: ["*"] # fetch all remote branches to allow working on PR branches
38
+ fetch-depth: 0 # fetch full history
39
+
40
tools:
41
web-fetch:
42
github:
0 commit comments