We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1def5 commit f8aac16Copy full SHA for f8aac16
.github/workflows/auto-llms-txt.yml
@@ -112,11 +112,6 @@ jobs:
112
run: |
113
if [ "${{ steps.agent_run.outcome }}" == "failure" ]; then
114
echo "⏰ Agent timed out after 20 minutes - this is expected for long-running analysis"
115
- gh pr comment ${{ github.event.pull_request.number }} --body "⏰ **LLMs.txt Auto-Update Timeout**
116
-
117
- The automated analysis timed out after 20 minutes. This can happen with large documentation changes. The process has been stopped safely." || true
118
else
119
echo "✅ Agent completed successfully"
120
- fi
121
- env:
122
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ fi
0 commit comments