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 faef1fe commit 5034f51Copy full SHA for 5034f51
docs-generation/update-docs.sh
@@ -11,7 +11,5 @@ documentation. Then read 'pr-contents.txt' to see the contents of the current PR
11
After reading both the directory and the PR file, update the files in the 'docs' directory
12
with new documentation reflecting the proposed changes in the PR. Make new files as appropriate."
13
14
-cat pr-contents.txt
15
-
16
-echo -e $PROMPT | qchat chat --non-interactive --trust-all-tools
+timeout 5m echo -e $PROMPT | qchat chat --non-interactive --trust-all-tools
17
exit $?
0 commit comments